123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- --TEST--
- Test the error output of solver problems is deduplicated.
- --COMPOSER--
- {
- : [
- {
- : ,
- : [
- { : , : , : { : } },
- { : , : , : { : } },
- { : , : , : { : } },
- { : , : , : { : } },
- { : , : , : { : } },
- { : , : , : { : } },
- { : , : , : { : } },
- { : , : , : { : } },
- { : , : , : { : } },
- { : , : , : { : } },
- { : , : , : { : } },
- { : , : , : { : } },
- { : , : , : { : } },
- { : , : , : { : } },
- { : , : }
- ]
- }
- ],
- : {
- :
- }
- }
- --RUN--
- update
- --EXPECT-EXIT-CODE--
- 2
- --EXPECT-OUTPUT--
- Loading composer repositories with package information
- Updating dependencies
- Your requirements could not be resolved to an installable set of packages.
- Problem 1
- - package/a[2.0.0, ..., 2.6.0] require missing/dep ^1.0 -> found missing/dep[2.0.0] but it does not match the constraint.
- - Root composer.json requires package/a * -> satisfiable by package/a[2.0.0, ..., 2.6.0].
- --EXPECT--
|