|
@@ -47,7 +47,8 @@ Test the error output of solver problems.
|
|
|
{ "name": "dependency/pkg", "version": "1.0.0" },
|
|
|
{ "name": "dependency/unstable-pkg", "version": "1.0.0-dev" },
|
|
|
{ "name": "stable-requiree-excluded/pkg", "version": "1.0.1" },
|
|
|
- { "name": "stable-requiree-excluded/pkg", "version": "1.0.0" }
|
|
|
+ { "name": "stable-requiree-excluded/pkg", "version": "1.0.0" },
|
|
|
+ { "name": "api/provider", "description": "Provides the missing API", "version": "1.0.0", "provide": { "missing/provided-api": "1.*" } }
|
|
|
]
|
|
|
}
|
|
|
],
|
|
@@ -59,6 +60,7 @@ Test the error output of solver problems.
|
|
|
"package/found5": "2.*",
|
|
|
"package/found6": "2.*",
|
|
|
"package/found7": "2.*",
|
|
|
+ "missing/provided-api": "2.*",
|
|
|
"conflict/requirer": "2.*",
|
|
|
"conflict/requirer2": "2.*",
|
|
|
"unstable/package": "2.*",
|
|
@@ -107,41 +109,45 @@ Updating dependencies
|
|
|
Your requirements could not be resolved to an installable set of packages.
|
|
|
|
|
|
Problem 1
|
|
|
- - Root composer.json requires unstable/package 2.*, found unstable/package[2.0.0-alpha] but it does not match your minimum-stability.
|
|
|
+ - Root composer.json requires missing/provided-api 2.*, it could not be found in any version, but the following packages provide it:
|
|
|
+ - api/provider Provides the missing API
|
|
|
+ Consider requiring one of these to satisfy the missing/provided-api requirement.
|
|
|
Problem 2
|
|
|
- - Root composer.json requires non-existent/pkg, it could not be found in any version, there may be a typo in the package name.
|
|
|
+ - Root composer.json requires unstable/package 2.*, found unstable/package[2.0.0-alpha] but it does not match your minimum-stability.
|
|
|
Problem 3
|
|
|
- - Root composer.json requires stable-requiree-excluded/pkg 1.0.1, found stable-requiree-excluded/pkg[1.0.1] but the package is fixed to 1.0.0 (lock file version) by a partial update and that version does not match. Make sure you whitelist it for update.
|
|
|
+ - Root composer.json requires non-existent/pkg, it could not be found in any version, there may be a typo in the package name.
|
|
|
Problem 4
|
|
|
- - Root composer.json requires linked library lib-xml 1002.* but it has the wrong version installed or is missing from your system, make sure to load the extension providing it.
|
|
|
+ - Root composer.json requires stable-requiree-excluded/pkg 1.0.1, found stable-requiree-excluded/pkg[1.0.1] but the package is fixed to 1.0.0 (lock file version) by a partial update and that version does not match. Make sure you whitelist it for update.
|
|
|
Problem 5
|
|
|
- - Root composer.json requires linked library lib-icu 1001.* but it has the wrong version installed, try upgrading the intl extension.
|
|
|
+ - Root composer.json requires linked library lib-xml 1002.* but it has the wrong version installed or is missing from your system, make sure to load the extension providing it.
|
|
|
Problem 6
|
|
|
- - Root composer.json requires PHP extension ext-xml 1002.* but it has the wrong version (%s) installed. Install or enable PHP's xml extension.
|
|
|
+ - Root composer.json requires linked library lib-icu 1001.* but it has the wrong version installed, try upgrading the intl extension.
|
|
|
Problem 7
|
|
|
- - Root composer.json requires php 1 but your php version (%s) does not satisfy that requirement.
|
|
|
+ - Root composer.json requires PHP extension ext-xml 1002.* but it has the wrong version (%s) installed. Install or enable PHP's xml extension.
|
|
|
Problem 8
|
|
|
+ - Root composer.json requires php 1 but your php version (%s) does not satisfy that requirement.
|
|
|
+ Problem 9
|
|
|
- Root composer.json requires package/found 2.* -> satisfiable by package/found[2.0.0].
|
|
|
- package/found 2.0.0 requires unstable/package2 2.* -> found unstable/package2[2.0.0-alpha] but it does not match your minimum-stability.
|
|
|
- Problem 9
|
|
|
+ Problem 10
|
|
|
- Root composer.json requires package/found2 2.* -> satisfiable by package/found2[2.0.0].
|
|
|
- package/found2 2.0.0 requires invalid/💩package * -> could not be found, it looks like its name is invalid, "💩" is not allowed in package names.
|
|
|
- Problem 10
|
|
|
+ Problem 11
|
|
|
- Root composer.json requires package/found3 2.* -> satisfiable by package/found3[2.0.0].
|
|
|
- package/found3 2.0.0 requires unstable/package2 2.* -> found unstable/package2[2.0.0-alpha] but it does not match your minimum-stability.
|
|
|
- Problem 11
|
|
|
+ Problem 12
|
|
|
- Root composer.json requires package/found4 2.* -> satisfiable by package/found4[2.0.0].
|
|
|
- package/found4 2.0.0 requires non-existent/pkg2 1.* -> could not be found in any version, there may be a typo in the package name.
|
|
|
- Problem 12
|
|
|
+ Problem 13
|
|
|
- Root composer.json requires package/found6 2.* -> satisfiable by package/found6[2.0.0].
|
|
|
- package/found6 2.0.0 requires stable-requiree-excluded/pkg2 1.0.1 -> found stable-requiree-excluded/pkg2[1.0.0] but it does not match your constraint.
|
|
|
- Problem 13
|
|
|
+ Problem 14
|
|
|
- Root composer.json requires package/found7 2.* -> satisfiable by package/found7[2.0.0].
|
|
|
- package/found7 2.0.0 requires php-64bit 1.0.1 -> your php-64bit version (%s) does not satisfy that requirement.
|
|
|
- Problem 14
|
|
|
+ Problem 15
|
|
|
- Root composer.json requires requirer/pkg 1.* -> satisfiable by requirer/pkg[1.0.0].
|
|
|
- requirer/pkg 1.0.0 requires dependency/pkg 1.0.0 -> found dependency/pkg[1.0.0] but it conflicts with your root composer.json require (2.*).
|
|
|
- Problem 15
|
|
|
+ Problem 16
|
|
|
- requirer/pkg 1.0.0 requires dependency/pkg 1.0.0 -> found dependency/pkg[1.0.0] but it conflicts with your root composer.json require (2.*).
|
|
|
- package/found5 2.0.0 requires requirer/pkg 1.* -> satisfiable by requirer/pkg[1.0.0].
|
|
|
- Root composer.json requires package/found5 2.* -> satisfiable by package/found5[2.0.0].
|