This reverts commit 7389f48a1f.

This commit is contained in:
Fabien Potencier
2022-01-03 11:41:29 +01:00
parent e3eb9fcc42
commit e5a146fd8c
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -20,7 +20,6 @@ jobs:
strategy:
matrix:
php-version:
- '7.1.3'
- '7.2.5'
- '7.3'
- '7.4'
+2 -3
View File
@@ -24,10 +24,9 @@
}
],
"require": {
"php": ">=7.1.3",
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php72": "^1.8"
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0",