Skip to content

Commit

Permalink
raise PHP requirement to 5.5, add support for 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pegro committed Sep 10, 2018
1 parent 46fdf96 commit a7a6e2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"issues": "https://forge.typo3.org/projects/extension-imagickimg/issues"
},
"require": {
"php": ">=5.3.7,<5.6",
"typo3/cms": ">=6.2.0,<8.0",
"php": ">=5.5",
"typo3/cms": ">=6.2.0,<10.0",
"ext-imagick": ">=3.1.0"
},
"conflict": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-8.7.99',
'php' => '5.3.7-7.0.99',
'php' => '5.5.7-7.1.99',
),
'conflicts' => array(
),
Expand Down

0 comments on commit a7a6e2a

Please sign in to comment.