1
0
Fork 0
pull/1231/head
Jordi Boggiano 2012-10-18 10:35:06 +02:00
parent 852c369575
commit ee0cd07468
14 changed files with 26 additions and 36 deletions

View File

@ -16,12 +16,6 @@ use Composer\Util\ConfigValidator;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Output\OutputInterface;
use Composer\Json\JsonFile;
use Composer\Json\JsonValidationException;
use Composer\Package\Loader\ValidatingArrayLoader;
use Composer\Package\Loader\ArrayLoader;
use Composer\Util\RemoteFilesystem;
use Composer\Util\SpdxLicenseIdentifier;
/**
* ValidateCommand

View File

@ -12,8 +12,6 @@
namespace Composer\Package;
use Composer\Package\Version\VersionParser;
/**
* Package containing additional metadata that is not used by the solver
*

View File

@ -12,8 +12,6 @@
namespace Composer\Package;
use Composer\Package\Version\VersionParser;
/**
* The root package represents the project's composer.json and contains additional metadata
*