1
0
Fork 0

Fix use statement

pull/8295/head
Jordi Boggiano 2019-08-02 22:21:52 +02:00
parent bfee701f9b
commit 4dabc17ec1
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ use Composer\IO\IOInterface;
use Composer\Downloader\TransportException;
use Composer\CaBundle\CaBundle;
use Composer\Util\HttpDownloader;
use Composer\Util\Response;
use Composer\Util\Http\Response;
/**
* @author François Pluchino <francois.pluchino@opendisplay.com>