We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fcf85e commit b8fbbc0Copy full SHA for b8fbbc0
.github/workflows/php.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup PHP
18
uses: shivammathur/setup-php@v2
19
with:
20
- php-version: 8.2
+ php-version: 8.3
21
tools: composer
22
extensions: pdo, sqlite3
23
composer.json
@@ -10,8 +10,8 @@
10
],
11
"require": {
12
"ext-json": "*",
13
- "php" : "^7.4 || ^8.0",
14
- "typo3/cms-core": "^11.5.0 || ^12.4.0"
+ "php" : "^8.3",
+ "typo3/cms-core": "^13.4.0"
15
},
16
"require-dev": {
"typo3/testing-framework": "^8.0.1"
@@ -34,7 +34,7 @@
34
35
"extra": {
36
"branch-alias": {
37
- "dev-main": "3.0.x-dev"
+ "dev-main": "5.0.x-dev"
38
39
"typo3/cms": {
40
"extension-key": "pti",
0 commit comments