mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
fix namespace
This commit is contained in:
parent
ae6de4be60
commit
23902023e5
4 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Composer\Test\Installer;
|
||||
namespace Composer\Test\Autoload;
|
||||
|
||||
use Composer\Autoload\AutoloadGenerator;
|
||||
use Composer\Util\Filesystem;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Composer\Test\Package;
|
||||
namespace Composer\Test\Package\LinkConstraint;
|
||||
|
||||
use Composer\Package\LinkConstraint\VersionConstraint;
|
||||
use Composer\Package\LinkConstraint\MultiConstraint;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Composer\Test\Package;
|
||||
namespace Composer\Test\Package\LinkConstraint;
|
||||
|
||||
use Composer\Package\LinkConstraint\VersionConstraint;
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Composer\Test\Json;
|
||||
namespace Composer\Test\Repository;
|
||||
|
||||
use Symfony\Component\Process\ExecutableFinder;
|
||||
use Composer\Package\Dumper\ArrayDumper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue