Skip to content

Commit

Permalink
Merge pull request #87 from pagemachine/require-php8
Browse files Browse the repository at this point in the history
Drop support for PHP 7.4
  • Loading branch information
mbrodala authored Sep 7, 2023
2 parents 0403229 + b0f7fb0 commit 4ca4e34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
- ^11.5
- ^12.4
include:
- php: '7.4'
typo3: ^11.5
- php: '8.0'
typo3: ^11.5

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.4 || ^8.0",
"php": "^8.0",
"typo3/cms-backend": "^11.5 || ^12.4",
"typo3/cms-core": "^11.5 || ^12.4",
"typo3/cms-extbase": "^11.5 || ^12.4",
Expand Down

0 comments on commit 4ca4e34

Please sign in to comment.