Skip to content

Commit

Permalink
[TASK] Add php version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed Feb 22, 2020
1 parent 02e2137 commit 0358f27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
'author_email' => '[email protected]',
'state' => 'stable',
'clearCacheOnLoad' => false,
'version' => '2.0.5',
'version' => '2.0.6',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.4.99',
'php' => '7.2.5-7.4.999',
'typo3' => '9.5.0-10.2.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 0358f27

Please sign in to comment.