Skip to content

Commit

Permalink
Merge pull request #85 from peterkraume/v13
Browse files Browse the repository at this point in the history
[TASK] Add compatibility with TYPO3 v13.0
  • Loading branch information
liayn authored Jun 26, 2024
2 parents 707a705 + fdb1588 commit fd13575
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"GPL-2.0-or-later"
],
"require": {
"typo3/cms-core": "^11 || ^12",
"typo3/cms-reports": "^11 || ^12"
"typo3/cms-core": "^11 || ^12 || ^13",
"typo3/cms-reports": "^11 || ^12 || ^13"
},
"require-dev": {
"typo3/testing-framework": "^7.0.1",
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
'version' => '10.0.1',
'constraints' => [
'depends' => [
'typo3' => '11.3.0-12.4.99',
'reports' => '11.3.0-12.4.99',
'typo3' => '11.3.0-13.4.99',
'reports' => '11.3.0-13.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit fd13575

Please sign in to comment.