Skip to content

Commit 289c441

Browse files
authored
Merge pull request #12 from FlorianVen/php8
Allow PHP 8
2 parents f7ecc24 + c41c9e0 commit 289c441

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@
2525
}
2626
},
2727
"require": {
28-
"php": "^5.5 || ^7.0",
28+
"php": "^5.5 || ^7.0 || ^8.0",
2929
"ext-json": "*"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "~6.5.0",
3332
"symfony/yaml": "^4.2",
3433
"donatj/mock-webserver": "^2.0",
3534
"overtrue/phplint": "^1.1",

0 commit comments

Comments
 (0)