Bug #81832
closedtypo3-ter/wizard-crpagetree cannot be installed with composer along with TYPO3 < 9
100%
Description
This is a minimal composer.json to reproduce my issue:
{ "repositories": [ { "type": "composer", "url": "https://composer.typo3.org/" } ], "name": "stefanr/test", "require": { "typo3/cms": "^7.6", "typo3-ter/wizard-crpagetree": "1.1.0" }, "extra": { "typo3/cms": { "cms-package-dir": "{$vendor-dir}/typo3/cms", "web-dir": "web" } } }
When I runcomposer install
I get the following error:
Your requirements could not be resolved to an installable set of packages. Problem 1 - typo3-ter/func 9.0.1 requires typo3/cms-core >= 9.0.0, <= 9.0.99 -> no matching package found. - typo3-ter/func 9.0.0 requires typo3/cms-core >= 9.0.0, <= 9.0.99 -> no matching package found. - typo3-ter/wizard-crpagetree 1.1.0 requires typo3-ter/func * -> satisfiable by typo3-ter/func[9.0.0, 9.0.1]. - Installation request for typo3-ter/wizard-crpagetree 1.1.0 -> satisfiable by typo3-ter/wizard-crpagetree[1.1.0]. Potential causes: - A typo in the package name - The package is not available in a stable-enough version according to your minimum-stability setting see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
Updated by Gerrit Code Review over 7 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53433
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53434
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53434
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53434
Updated by Helmut Hummel over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2ea641b042cda53fb386d7227310947f639b9218.