Skip to content

Commit

Permalink
[BREAKING] Drop T3 11 support because of function calls for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maketterer committed Aug 21, 2024
1 parent 497502c commit e6d3b4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
],
"type": "typo3-cms-extension",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^12.4"
},
"replace": {
"typo3-ter/t3ezlogger": "self.version"
},
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
'title' => 'T3 EZ Logger',
'description' => 'Sometimes you just need a little workaround to debug your code',
'category' => 'plugin',
'version' => '1.2.0',
'version' => '2.0.0',
'state' => 'stable',
'author' => 'Markus Ketterer',
'author_email' => '[email protected]',
'constraints' => [
'depends' => [
'typo3' => '10.0.0-12.5.99'
'typo3' => '12.4.0-12.4.99'
]
]
];

0 comments on commit e6d3b4b

Please sign in to comment.