Skip to content

Commit

Permalink
[TASK] Bump TYPO3 requirement to v12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
buepro committed Jun 17, 2023
1 parent 70ccdb3 commit c58d443
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 @@ -23,7 +23,7 @@
],
"homepage": "https://github.com/buepro/typo3-easyconf",
"require": {
"typo3/cms-core": "^12.2"
"typo3/cms-core": "^12.4"
},
"require-dev": {
"buepro/typo3-pizpalue": "dev-main",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'author_email' => 'rb@buechler.pro',
'constraints' => [
'depends' => [
'typo3' => '12.2.0-12.99.99',
'typo3' => '12.4.0-12.99.99',
],
'conflicts' => [],
],
Expand Down

0 comments on commit c58d443

Please sign in to comment.