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 ff859e3 commit 1194c28Copy full SHA for 1194c28
.github/workflows/php.yml
@@ -13,8 +13,8 @@ jobs:
13
fail-fast: false
14
matrix:
15
php-version:
16
+ - "7.4"
17
- "8.1"
- - "8.2"
18
dependencies:
19
- "lowest"
20
- "highest"
composer.json
@@ -8,7 +8,7 @@
8
"AFL-3.0"
9
],
10
"require": {
11
- "php": "~8.1.0||~8.2.0",
+ "php": "~7.4.0||~8.1.0||~8.2.0",
12
"composer/composer": "^2.0",
"symfony/console": "~4.4.0||~5.4.0"
},
0 commit comments