Skip to content

Commit

Permalink
Update composer.json to be able to start testing with v12
Browse files Browse the repository at this point in the history
  • Loading branch information
tlayh authored Jun 17, 2024
1 parent 157e1be commit 83b2727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"ext-pdo": "*",
"typo3/cms-core": "^11.5",
"typo3/cms-core": "^11.5 || 12.4",
"typo3/cms-extbase": "*"
},
"require-dev": {
Expand Down

0 comments on commit 83b2727

Please sign in to comment.