1
0
Fork 0

Fix provider coexistence test, needs another requirement to install both

pull/9172/head
Nils Adermann 2020-08-28 13:19:59 +02:00
parent cf8ff2a75d
commit 85950f8e9a
1 changed files with 6 additions and 2 deletions

View File

@ -15,12 +15,16 @@ Test that providers can be installed in conjunction with the package they provid
},
{
"name": "foo/standard",
"version": "1.0.0"
"version": "1.0.0",
"provide": {
"foo/also-necessary": "1.0.0"
}
}
]
}
],
"require": {
"foo/also-necessary": "1.0.0",
"foo/standard": "1.0.0",
"foo/polyfill": "1.0.0"
}
@ -30,5 +34,5 @@ Test that providers can be installed in conjunction with the package they provid
update
--EXPECT--
Installing foo/standard (1.0.0)
Installing foo/polyfill (1.0.0)
Installing foo/standard (1.0.0)