You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
466 B
Plaintext

--TEST--
Test that a package requiring something it provides itself, satisfies itself even though a package exists.
--COMPOSER--
{
"repositories": [
{
"type": "package",
"package": {
"name": "provided/pkg",
"version": "1.0.0"
}
}
],
"require": {
"provided/pkg": "1.0.0"
},
"provide": {
"provided/pkg": "1.0.0"
}
}
--RUN--
update
--EXPECT--