Merge branch '1.10'

main
Jordi Boggiano 4 years ago
commit 74a63b4d6b
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -12,6 +12,7 @@
namespace Composer\Repository;
use Composer\Composer;
use Composer\Package\CompletePackage;
use Composer\Package\PackageInterface;
use Composer\Package\Version\VersionParser;

@ -86,6 +86,7 @@ class ValidatingArrayLoaderTest extends TestCase
'a/b' => '1.*',
'b/c' => '~2',
'example' => '>2.0-dev,<2.4-dev',
'composer-runtime-api' => '*',
),
'require-dev' => array(
'a/b' => '1.*',

Loading…
Cancel
Save