Skip to content

Commit

Permalink
# Das ist eine Kombination aus 2 Commits.
Browse files Browse the repository at this point in the history
# Das ist die erste Commit-Beschreibung:

[!!!][CHANGE] Update constraints

# Die Commit-Beschreibung #2 wird ausgelassen:

# [TASK] Update constraints (again)
  • Loading branch information
tstahn authored and abeutel committed May 29, 2024
1 parent f866780 commit c7da23c
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,22 @@
}
},
"require": {
"php": "^7.4",
"typo3/cms-backend": "^10.4 || ^11.5",
"typo3/cms-core": "^10.4 || ^11.5",
"typo3/cms-extbase": "^10.4 || ^11.5",
"typo3/cms-extensionmanager": "^10.4 || ^11.5",
"typo3/cms-filelist": "^10.4 || ^11.5",
"typo3/cms-fluid": "^10.4 || ^11.5",
"typo3/cms-scheduler": "^10.4 || ^11.5",
"php": "^7.4 || ^8.3",
"typo3/cms-backend": "^11.5",
"typo3/cms-core": "^11.5",
"typo3/cms-extbase": "^11.5",
"typo3/cms-extensionmanager": "^11.5",
"typo3/cms-filelist": "^11.5",
"typo3/cms-fluid": "^11.5",
"typo3/cms-scheduler": "^11.5",
"typo3fluid/fluid": "^2.7"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"friendsofphp/php-cs-fixer": "^3.58",
"roave/security-advisories": "dev-latest",
"typo3/cms-frontend": "^10.4 || ^11.5",
"typo3/cms-install": "^10.4 || ^11.5"
"ssch/typo3-rector": "^2.6",
"typo3/cms-frontend": "^11.5",
"typo3/cms-install": "^11.5"
},
"suggest": {
"ext-intl": "*"
Expand Down

0 comments on commit c7da23c

Please sign in to comment.