1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Merge branch '1.1'

This commit is contained in:
Jordi Boggiano 2016-05-17 12:06:36 +01:00
commit 57ae6d97b6
4 changed files with 16 additions and 1 deletions

View file

@ -327,6 +327,18 @@ class ValidatingArrayLoaderTest extends \PHPUnit_Framework_TestCase
),
false,
),
array(
array(
'name' => 'foo/bar',
'require' => array(
'bar/unstable' => '0.3.0',
),
),
array(
// using an exact version constraint for an unstable version should not trigger a warning
),
false,
),
array(
array(
'name' => 'foo/bar',