Skip to content

Commit

Permalink
chore: allow install in projects with TYPO3 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
runepiper authored Oct 19, 2023
1 parent e0c3b43 commit 478a896
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 @@ -11,7 +11,7 @@
}
],
"require": {
"typo3/cms-core": "8.7 - 11.5",
"typo3/cms-core": "8.7 - 12.4",
"php": "^7.1 || ^8.0"
},
"autoload": {
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' => '1.3.0',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-11.5.99',
'typo3' => '8.7.0-12.4.99',
]
]
];

0 comments on commit 478a896

Please sign in to comment.