Skip to content

Commit

Permalink
feat: add support for PHP 7.4
Browse files Browse the repository at this point in the history
This partially reverts a8aa431.

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed May 17, 2023
1 parent cc5283f commit 6458b32
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 201 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"config": {
"platform": {
"php": "8.0"
"php": "7.4"
},
"sort-packages": true,
"optimize-autoloader": true,
Expand All @@ -14,7 +14,7 @@
}
},
"require": {
"php": ">=8.0 <=8.2"
"php": ">=7.4 <=8.2"
},
"require-dev": {
"psalm/phar": "^4.6",
Expand Down
Loading

0 comments on commit 6458b32

Please sign in to comment.