Skip to content

Commit

Permalink
Raise Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pstranghoener authored Oct 22, 2024
1 parent 78264ef commit fb7aeb5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@
],
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1",
"php": ">=8.2",
"composer-runtime-api": "^2.1",
"typo3/cms-backend": "^11.5.26 || ^12.4 || dev-main",
"typo3/cms-backend": "^11.5.26 || ^12.4 || ^13.4 || dev-main",
"typo3/cms-composer-installers": "^4.0@rc || >=5.0",
"typo3/cms-core": "^11.5.26 || ^12.4 || dev-main",
"typo3/cms-extbase": "^11.5.26 || ^12.4 || dev-main",
"typo3/cms-extensionmanager": "^11.5.26 || ^12.4 || dev-main",
"typo3/cms-fluid": "^11.5.26 || ^12.4 || dev-main",
"typo3/cms-frontend": "^11.5.26 || ^12.4 || dev-main",
"typo3/cms-install": "^11.5.26 || ^12.4 || dev-main",
"typo3/cms-extbase": "^11.5.26 || ^12.4 || ^13.4 || dev-main",
"typo3/cms-extensionmanager": "^11.5.26 || ^12.4 || ^13.4 || dev-main",
"typo3/cms-fluid": "^11.5.26 || ^12.4 || ^13.4 || dev-main",
"typo3/cms-frontend": "^11.5.26 || ^12.4 || ^13.4 || dev-main",
"typo3/cms-install": "^11.5.26 || ^12.4 || ^13.4 || dev-main",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/process": "^5.4 || ^6.4 || ^7.0",
"helhum/config-loader": ">=0.9 <0.13",
"helhum/php-error-reporting": "^1.0"
},
"require-dev": {
"typo3/cms-filemetadata": "^11.5.26 || ^12.4 || dev-main",
"typo3/cms-recordlist": "^11.5.26 || ^12.4 || dev-main",
"typo3/cms-reports": "^11.5.26 || ^12.4 || dev-main",
"typo3/cms-filemetadata": "^11.5.26 || ^12.4 || ^13.4 || dev-main",
"typo3/cms-recordlist": "^11.5.26 || ^12.4 || ^13.4 || dev-main",
"typo3/cms-reports": "^11.5.26 || ^12.4 || ^13.4 || dev-main",
"typo3-console/create-reference-command": "^1.0",
"symfony/expression-language": "^5.4 || ^6.4 || ^7.0",
"symfony/filesystem": "^5.4 || ^6.4 || ^7.0",
Expand Down Expand Up @@ -123,7 +123,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "8.1.x-dev"
"dev-main": "8.2.x-dev"
},
"typo3/cms": {
"Package": {
Expand Down

0 comments on commit fb7aeb5

Please sign in to comment.