Update we2p/we2p-typo3adapter for TYPO3 v14 support
Guide to update the we2p/we2p-typo3adapter package to a TYPO3 v14 compatible version.
Estimated time: 5 to 15 minutes
1. Prerequisites
- PHP version: 8.2 – 8.5
2. Update
Update the we2p/we2p-typo3adapter package including all of its dependencies:
composer update we2p/we2p-typo3adapter --update-with-all-dependencies
The --update-with-all-dependencies flag also updates all peer dependencies (e.g. we2p/webmodules-core).
See the Composer documentation for more details.
3. Done
The adapter is now updated and compatible with TYPO3 v14.