Skip to content

Commit

Permalink
[!!!][TASK] main / v9 no longer allows core v12 (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli42 authored Jun 21, 2024
1 parent ad3a933 commit c5d9bbc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"guzzlehttp/psr7": "^2.5.0",
"phpunit/phpunit": "^11.2.5",
"psr/container": "^2.0",
"typo3/cms-backend": "12.*.*@dev || 13.*.*@dev",
"typo3/cms-core": "12.*.*@dev || 13.*.*@dev",
"typo3/cms-extbase": "12.*.*@dev || 13.*.*@dev",
"typo3/cms-fluid": "12.*.*@dev || 13.*.*@dev",
"typo3/cms-frontend": "12.*.*@dev || 13.*.*@dev"
"typo3/cms-backend": "13.*.*@dev",
"typo3/cms-core": "13.*.*@dev",
"typo3/cms-extbase": "13.*.*@dev",
"typo3/cms-fluid": "13.*.*@dev",
"typo3/cms-frontend": "13.*.*@dev"
},
"config": {
"vendor-dir": ".Build/vendor",
Expand Down Expand Up @@ -61,7 +61,7 @@
"friendsofphp/php-cs-fixer": "^3.37.1",
"phpstan/phpstan": "^1.9.2",
"phpstan/phpstan-phpunit": "^1.1.1",
"typo3/cms-workspaces": "12.*.*@dev || 13.*.*@dev"
"typo3/cms-workspaces": "13.*.*@dev"
},
"replace": {
"sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": "*"
Expand Down

0 comments on commit c5d9bbc

Please sign in to comment.