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.

27 lines
513 B
Plaintext

--TEST--
Update in ignore-platform-reqs mode
--COMPOSER--
{
"repositories": [
{
"type": "package",
"package": [
{ "name": "a/a", "version": "1.0.1", "require": { "ext-testdummy": "*" } }
]
}
],
"require": {
"a/a": "1.0.*",
"php": "99.9",
"ext-dummy2": "9"
}
}
--INSTALLED--
[
{ "name": "a/a", "version": "1.0.0" }
]
--RUN--
update --ignore-platform-reqs
--EXPECT--
Updating a/a (1.0.0) to a/a (1.0.1)