Commit 8f0add42 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Supporte PHP 8.0.

No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
...@@ -10,13 +10,13 @@ ...@@ -10,13 +10,13 @@
} }
], ],
"require": { "require": {
"php": "^7.1", "php": "^7.1 | ^8.0",
"ext-json": "*", "ext-json": "*",
"beberlei/assert": "^3.2", "beberlei/assert": "^3.2",
"irstea/php-cs-fixer-shim": "^2.16" "irstea/php-cs-fixer-shim": "^2.18"
}, },
"require-dev": { "require-dev": {
"irstea/composer-require-checker-shim": "^2.0.0", "irstea/composer-require-checker-shim": "@stable",
"mikey179/vfsstream": "^1.6", "mikey179/vfsstream": "^1.6",
"phpunit/phpunit": ">=7.5" "phpunit/phpunit": ">=7.5"
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment