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.
2 parents 244c03c + a0cb0c6 commit 30aadafCopy full SHA for 30aadaf
.github/workflows/php.yml
@@ -14,7 +14,6 @@ jobs:
14
matrix:
15
php-version:
16
- "7.4"
17
- - "8.0"
18
- "8.1"
19
dependencies:
20
- "lowest"
composer.json
@@ -8,9 +8,9 @@
8
"AFL-3.0"
9
],
10
"require": {
11
- "php": "~7.4.0||~8.0.0||~8.1.0",
+ "php": "~7.4.0||~8.1.0",
12
"composer/composer": "^1.9 || ^2.0",
13
- "symfony/console": "~4.4.0"
+ "symfony/console": "~4.4.0||~5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^9"
0 commit comments