Skip to content

Commit

Permalink
[TASK] Raise TYPO3 compatibility for v13
Browse files Browse the repository at this point in the history
  • Loading branch information
b13-michaelsemle committed Jun 28, 2024
1 parent 135c7f0 commit 7f059f2
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 @@ -7,7 +7,7 @@
"require": {
"scrivo/highlight.php": "^9.15",
"php": "^7.4 || ~8.0",
"typo3/cms-core": "^10.4 || ^11.5 || ^12.0"
"typo3/cms-core": "^10.4 || ^11.5 || ^12.0 || ^13.0"
},
"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 @@ -12,7 +12,7 @@
'version' => '2.0.2',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-12.99.99',
'typo3' => '10.4.0-13.99.99',
],
],
];

0 comments on commit 7f059f2

Please sign in to comment.