Task #88354
closedUpgrade and streamline typo3/phar-stream-wrapper to v3.1.2
100%
Updated by Oliver Hader over 5 years ago
- Related to Bug #88326: Phar Stream Wrapper Interceptor does not work on windows systems since TYPO3 8.7.25 added
Updated by Gerrit Code Review over 5 years ago
- Status changed from New 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/c/Packages/TYPO3.CMS/+/60754
Updated by Gerrit Code Review over 5 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/c/Packages/TYPO3.CMS/+/60754
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60760
Updated by Gerrit Code Review over 5 years ago
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/c/Packages/TYPO3.CMS/+/60761
Updated by Gerrit Code Review over 5 years ago
Patch set 2 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/c/Packages/TYPO3.CMS/+/60761
Updated by Oliver Hader over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8e377804bf19fa541a55607490ba50ee63a86e73.
Updated by Bernhard Berger over 5 years ago
Is it possible, that the composer dependencies are broken for 8.7.25 and 8.7.26? Can't upgrade using composer, getting the following error:
@composer require typo3/cms ^8.7.26
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Can only install one of: typo3/phar-stream-wrapper[v3.1.2, v3.0.1].
- Can only install one of: typo3/phar-stream-wrapper[v3.1.2, v3.0.1].
- Can only install one of: typo3/phar-stream-wrapper[v3.1.2, v3.0.1].
- typo3/cms v8.7.26 requires typo3/phar-stream-wrapper ^3.1.2 -> satisfiable by typo3/phar-stream-wrapper[v3.1.2].
- Installation request for typo3/cms ^8.7.26 -> satisfiable by typo3/cms[v8.7.26].
- Installation request for typo3/phar-stream-wrapper (locked at v3.0.1) -> satisfiable by typo3/phar-stream-wrapper[v3.0.1].
Installation failed, reverting ./composer.json to its original content.
@
Updated by Martin Terber almost 4 years ago
Bernhard Berger wrote in #note-10:
Is it possible, that the composer dependencies are broken for 8.7.25 and 8.7.26? Can't upgrade using composer, getting the following error:
Same here. My error:
myself@devel72:~/ws/project$ composer require typo3/cms:^8.7.32
./composer.json has been updated
Loading composer repositories with package information Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package typo3/phar-stream-wrapper (locked at v3.1.2, required as ^3.1.3) is satisfiable by typo3/phar-stream-wrapper[v3.1.2] but these conflict with your requirements or minimum-stability.
Installation failed, reverting ./composer.json to its original content.