Skip to content

Commit

Permalink
Added compatibility to TYPO3 v13
Browse files Browse the repository at this point in the history
  • Loading branch information
stephankellermayr committed Mar 6, 2024
1 parent 05635d3 commit 37fc361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"require": {
"php": ">=7.4.0",
"typo3/cms-core": ">=10.4 <13",
"typo3/cms-core": ">=10.4 <14",
"quellenform/t3x-iconpack": ">=0.2 ^1.0"
},
"replace": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
'author' => 'Stephan Kellermayr',
'author_email' => 'typo3@quellenform.at',
'author_company' => 'Kellermayr KG',
'version' => '1.1.0',
'version' => '1.1.1',
'constraints' => [
'depends' => [
'typo3' => '10.4.11-12.4.99',
'typo3' => '10.4.11-13.9.99',
'iconpack' => '0.2.0-1.99'
],
'conflicts' => [],
Expand Down

0 comments on commit 37fc361

Please sign in to comment.