mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
This commit is contained in:
parent
8a69c0555b
commit
0f70c0a9c9
2 changed files with 21 additions and 0 deletions
|
@ -480,6 +480,20 @@ class ValidatingArrayLoaderTest extends TestCase
|
|||
],
|
||||
false,
|
||||
],
|
||||
[
|
||||
[
|
||||
'name' => 'foo/bar',
|
||||
'require' => [
|
||||
'foo/baz' => '>1, <0.5',
|
||||
'bar/baz' => 'dev-main, >0.5',
|
||||
],
|
||||
],
|
||||
[
|
||||
'require.foo/baz : this version constraint cannot possibly match anything (>1, <0.5)',
|
||||
'require.bar/baz : this version constraint cannot possibly match anything (dev-main, >0.5)',
|
||||
],
|
||||
false,
|
||||
],
|
||||
[
|
||||
[
|
||||
'name' => 'foo/bar',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue