Skip to content

Commit

Permalink
[RELEASE] Small maintenance release.
Browse files Browse the repository at this point in the history
Add support for PHP 8.1. Removed support for PHP < 7.4.

Changelog: 2.0.0...2.1.0
  • Loading branch information
fnagel committed Oct 14, 2022
1 parent 07220c2 commit 421b6d3
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 @@ -18,7 +18,7 @@
'author_email' => 'info@felixnagel.com',
'author_company' => '',
'state' => 'stable',
'version' => '2.0.1-dev',
'version' => '2.1.0',
'constraints' => [
'depends' => [
'php' => '7.4.0-8.1.99',
Expand Down

0 comments on commit 421b6d3

Please sign in to comment.