mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
ValidatingArrayLoader: fix link validation with missing name (#11830)
This commit is contained in:
parent
e88c7a8987
commit
9a656854ad
2 changed files with 7 additions and 1 deletions
|
@ -426,6 +426,12 @@ class ValidatingArrayLoaderTest extends TestCase
|
|||
],
|
||||
['replace.0 : invalid version constraint (Could not parse version constraint acme/bar: Invalid version string "acme/bar")'],
|
||||
],
|
||||
[
|
||||
[
|
||||
'require' => ['acme/bar' => '^1.0']
|
||||
],
|
||||
['name : must be present'],
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue