mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-17 10:45:53 +00:00
This reverts commit 7389f48a1f.
This commit is contained in:
@@ -20,7 +20,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
php-version:
|
||||
- '7.1.3'
|
||||
- '7.2.5'
|
||||
- '7.3'
|
||||
- '7.4'
|
||||
|
||||
+2
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user