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:
commit
57ae6d97b6
4 changed files with 16 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue