1
0
Fork 0

fix missing import

pull/4784/head
Rob Bast 2016-01-16 20:47:49 +01:00
parent b839c7ef1c
commit 42f49b3b97
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
namespace Composer\Util;
use Composer\Factory;
use Composer\IO\IOInterface;
use Composer\Config;
use Composer\Downloader\TransportException;