Skip to content

Commit

Permalink
[FEATURE] Declare support for TYPO3 v13
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Jan 23, 2025
1 parent b1c0112 commit 0f6bbe2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
typo3: "^12.4"
- php: "8.3"
typo3: "^12.4"
- php: "8.3"
typo3: "^13.4"

runs-on: ubuntu-latest

Expand Down Expand Up @@ -107,6 +109,8 @@ jobs:
typo3: "^12.4"
- php: "8.3"
typo3: "^12.4"
- php: "8.3"
typo3: "^13.4"

runs-on: ubuntu-latest

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"ext-json": "*",
"ext-pdo": "*",
"ext-dom": "*",
"typo3/cms-core": "^10 || ^11 || ^12 || dev-master",
"typo3/cms-fluid": "^10 || ^11 || ^12 || dev-master",
"typo3/cms-backend": "^10 || ^11 || ^12 || dev-master",
"typo3/cms-frontend": "^10 || ^11 || ^12 || dev-master",
"typo3/cms-recordlist": "^10 || ^11 || ^12 || dev-master"
"typo3/cms-core": "^10 || ^11 || ^12 || ^13 || dev-main",
"typo3/cms-fluid": "^10 || ^11 || ^12 || ^13 || dev-main",
"typo3/cms-backend": "^10 || ^11 || ^12 || ^13 || dev-main",
"typo3/cms-frontend": "^10 || ^11 || ^12 || ^13 || dev-main",
"typo3/cms-recordlist": "^10 || ^11 || ^12 || ^13 || dev-main"
},
"extra": {
"typo3/cms": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
array (
'depends' =>
array (
'typo3' => '10.4.0-12.4.99',
'typo3' => '10.4.0-13.4.99',
'php' => '7.4.0-8.3.99',
),
'conflicts' =>
Expand Down

0 comments on commit 0f6bbe2

Please sign in to comment.