1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Merge remote-tracking branch 'origin/master' into 2.0

This commit is contained in:
Jordi Boggiano 2018-11-12 16:01:07 +01:00
commit 2e0f31106a
113 changed files with 461 additions and 242 deletions

View file

@ -22,7 +22,7 @@ use Composer\DependencyResolver\SolverProblemsException;
use Composer\Package\Link;
use Composer\Repository\InstalledArrayRepository;
use Composer\Repository\RepositorySet;
use Composer\TestCase;
use Composer\Test\TestCase;
use Composer\Semver\Constraint\MultiConstraint;
class SolverTest extends TestCase