We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199e0c2 commit 48b0fc6Copy full SHA for 48b0fc6
.github/workflows/ci.yml
@@ -15,6 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
php-version:
18
+ - "7.4"
19
- "8.0"
20
- "8.1"
21
- "8.2"
composer.json
@@ -21,7 +21,7 @@
}
22
],
23
"require": {
24
- "php": "^8.0"
+ "php": "^7.4|^8.0"
25
},
26
"require-dev": {
27
"phpstan/phpstan": "^1.10",
0 commit comments