Skip to content

Commit

Permalink
[TASK] Require at least PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal20997 committed Nov 15, 2021
1 parent c92bb40 commit 74486cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
}
],
"require": {
"php": ">7.0",
"typo3/cms-core": "^8.7"
},
"require-dev": {
Expand Down
1 change: 1 addition & 0 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
'version' => '0.2.0',
'constraints' => [
'depends' => [
'php' => '>7.0',
'typo3' => '8.7.0-8.7.99',
]
]
Expand Down

0 comments on commit 74486cb

Please sign in to comment.