Skip to content

Commit b8fbbc0

Browse files
committed
[TASK] Migrate dependency from TYPO3 12 to 13
1 parent 9fcf85e commit b8fbbc0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: 8.2
20+
php-version: 8.3
2121
tools: composer
2222
extensions: pdo, sqlite3
2323

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
],
1111
"require": {
1212
"ext-json": "*",
13-
"php" : "^7.4 || ^8.0",
14-
"typo3/cms-core": "^11.5.0 || ^12.4.0"
13+
"php" : "^8.3",
14+
"typo3/cms-core": "^13.4.0"
1515
},
1616
"require-dev": {
1717
"typo3/testing-framework": "^8.0.1"
@@ -34,7 +34,7 @@
3434
},
3535
"extra": {
3636
"branch-alias": {
37-
"dev-main": "3.0.x-dev"
37+
"dev-main": "5.0.x-dev"
3838
},
3939
"typo3/cms": {
4040
"extension-key": "pti",

0 commit comments

Comments
 (0)