Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #91 from pagemachine/require-php74
Browse files Browse the repository at this point in the history
Require PHP 7.4
  • Loading branch information
mbrodala committed Oct 22, 2021
2 parents 81fe266 + 2dcbbc4 commit 56410ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
strategy:
matrix:
php:
- 7.2
- 7.4
typo3:
- ^10.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.4",
"typo3/cms-core": "^9.5.6 || ^10.4",
"typo3/cms-extbase": "^9.5.6 || ^10.4",
"typo3/cms-fluid": "^9.5.6 || ^10.4",
Expand Down

0 comments on commit 56410ed

Please sign in to comment.