We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8527ee3 commit 8afaf3fCopy full SHA for 8afaf3f
.github/workflows/php.yml
@@ -13,6 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
php-version:
16
+ - "7.4"
17
- "8.1"
18
- "8.2"
19
- "8.3"
composer.json
@@ -8,12 +8,12 @@
8
"AFL-3.0"
9
],
10
"require": {
11
- "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
12
- "composer/composer": "^2.0",
+ "php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0",
+ "composer/composer": "^2.1.13",
"symfony/console": "~4.4.0||~5.4.0||~6.4.0"
},
"require-dev": {
- "phpunit/phpunit": "^9 || ^10"
+ "phpunit/phpunit": "^9.5.10 || ^10"
"autoload": {
"psr-4": {
0 commit comments