Skip to content

Commit

Permalink
Merge pull request #59 from mteu/feature/support-typo3-v13.4
Browse files Browse the repository at this point in the history
[FEATURE] Support TYPO3 v13.4 LTS
  • Loading branch information
mteu authored Oct 16, 2024
2 parents c6d63b2 + ab01f77 commit 0f6377b
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
php-version: ["8.1", "8.2", "8.3"]
composer-version: ["latest"]
dependencies: ["lowest", "highest"]
typo3-version: ["12.4", "13.3"]
typo3-version: ["12.4", "13.4"]
exclude:
- php-version: "8.1"
typo3-version: "13.3"
typo3-version: "13.4"
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"typo3/cms-core": "~12.4.0 || ~13.3.0"
"typo3/cms-core": "~12.4.0 || ~13.4.0"
},
"require-dev": {
"armin/editorconfig-cli": "^1.8 || ^2.0",
Expand Down
94 changes: 51 additions & 43 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f6377b

Please sign in to comment.