Supporte PHP 8.0.
Showing
+3 -3
... | ... | @@ -10,13 +10,13 @@ |
} | ||
], | ||
"require": { | ||
"php": "^7.1", | ||
"php": "^7.1 | ^8.0", | ||
"ext-json": "*", | ||
"beberlei/assert": "^3.2", | ||
"irstea/php-cs-fixer-shim": "^2.16" | ||
"irstea/php-cs-fixer-shim": "^2.18" | ||
}, | ||
"require-dev": { | ||
"irstea/composer-require-checker-shim": "^2.0.0", | ||
"irstea/composer-require-checker-shim": "@stable", | ||
"mikey179/vfsstream": "^1.6", | ||
"phpunit/phpunit": ">=7.5" | ||
}, | ||
... | ... |
Please register or sign in to comment