Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Make Ext core v12 compatible #4

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

calien666
Copy link
Member

commands:

composer req php:"^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3" --no-update
composer req typo3/cms-core:"^11.5 || ^12.4" --no-update
composer req --dev \
  typo3/cms-extensionmanager:"^11.5 || ^12.4" \
  typo3/cms-fluid-styled-content:"^11.5 || ^12.4" \
  typo3/cms-fluid:"^11.5 || ^12.4" \
  typo3/cms-frontend:"^11.5 || ^12.4" \
  typo3/cms-info:"^11.5 || ^12.4" \
  typo3/cms-lowlevel:"^11.5 || ^12.4" \
  typo3/cms-tstemplate:"^11.5 || ^12.4" \
  typo3/coding-standards:^0.8 \
  -W --no-update

composer req --dev ssch/typo3-rector:^2.6 --no-update

composer req --dev \
  typo3/cms-extensionmanager:"^11.5 || ^12.4" \
  typo3/cms-fluid-styled-content:"^11.5 || ^12.4" \
  typo3/cms-fluid:"^11.5 || ^12.4" \
  typo3/cms-frontend:"^11.5 || ^12.4" \
  typo3/cms-info:"^11.5 || ^12.4" \
  typo3/cms-lowlevel:"^11.5 || ^12.4" \
  typo3/cms-tstemplate:"^11.5 || ^12.4" \
  typo3/coding-standards:^0.8 \
  -W --no-update
  • Rewrite Services.php to Services.yaml
  • remove deprecated renderStatic from ViewHelper
  • add TYPO3 12.4 LTS compatible backend template registration

commands:
```sh
composer req php:"^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3" --no-update
composer req typo3/cms-core:"^11.5 || ^12.4" --no-update
composer req --dev \
  typo3/cms-extensionmanager:"^11.5 || ^12.4" \
  typo3/cms-fluid-styled-content:"^11.5 || ^12.4" \
  typo3/cms-fluid:"^11.5 || ^12.4" \
  typo3/cms-frontend:"^11.5 || ^12.4" \
  typo3/cms-info:"^11.5 || ^12.4" \
  typo3/cms-lowlevel:"^11.5 || ^12.4" \
  typo3/cms-tstemplate:"^11.5 || ^12.4" \
  typo3/coding-standards:^0.8 \
  -W --no-update

composer req --dev ssch/typo3-rector:^2.6 --no-update
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant