Skip to content

Commit

Permalink
Merge pull request #33 from featdd/master
Browse files Browse the repository at this point in the history
Add TYPO3 v13 as allowed version constraint
  • Loading branch information
georgringer authored Oct 20, 2024
2 parents d464dc7 + 04ccef2 commit 2b4674d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^9 || ^10 || ^11 || ^12",
"typo3/cms-core": "^9 || ^10 || ^11 || ^12 || ^13",
"php": ">=7.3"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'version' => '2.0.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-12.4.99',
'typo3' => '9.5.0-13.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 2b4674d

Please sign in to comment.