Bug #78054
closedPackageManager doesn't solve/recognize real composer packages
100%
Description
Still the same exception as in #54491
I understand there would be no solution for 6.2, but having the error still in 8.x seems odd.
Updated by Patrik Karisch about 8 years ago
Even a php version requirement throws a exception now, which worked in 6.2..
The package "content" depends on "php" which is not present in the system.
Updated by Helmut Hummel about 8 years ago
- Status changed from New to Needs Feedback
I assume you have no ext_emconf.php for this extension? Then composer require section is indeed still evaluated.
We should probably make the exception more speaking for this case, as ext_emconf.php is still required in many places
Updated by Patrik Karisch about 8 years ago
I have still ext_emconf.php because the ext_emconf.php file is required, so the extension can discovered by the extension manager (for activivation/deactivation).
Updated by Helmut Hummel about 8 years ago
Patrik Karisch wrote:
I have still ext_emconf.php because the ext_emconf.php file is required, so the extension can discovered by the extension manager (for activivation/deactivation).
Then you need to provide both ext_emconf.php and composer.json files, so that I'm able to reproduce this issue.
This extension works just fine: https://github.com/TYPO3-Console/typo3_console/blob/3.1.1/composer.json#L25-L32
Besides that, did you hard remove typo3temp/var/Cache ? maybe you added ext_emconf.php later and that (broken) state is cached
Updated by Gerrit Code Review about 8 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50026
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50026
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50026
Updated by Gerrit Code Review about 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50026
Updated by Gerrit Code Review about 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50026
Updated by Gerrit Code Review about 8 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50026
Updated by Gerrit Code Review about 8 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50026
Updated by Anonymous about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2771a2c6a171dee3531ddcd0de006f9d28908f24.
Updated by Gerrit Code Review about 8 years ago
- Status changed from Resolved to Under Review
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/50050
Updated by Gerrit Code Review about 8 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/50050
Updated by Anonymous about 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset 8f40210634901033a310e5e768b1973a2499bf6a.