Skip to content

Commit

Permalink
Resolve undefined array key warning with PHP 8
Browse files Browse the repository at this point in the history
Thanks to @dennismetz

Closes: #56,#57
  • Loading branch information
Christoph Lehmann committed Jul 16, 2022
1 parent 6b98ecf commit 31b100a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'author' => 'Christoph Lehmann',
'author_email' => 'post@christophlehmann.eu',
'state' => 'stable',
'version' => '3.1.0',
'version' => '3.1.1',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
Expand Down

0 comments on commit 31b100a

Please sign in to comment.