Skip to content

Commit 4c74e02

Browse files
authored
Merge pull request #11 from afk11/php8
2 parents 4fb7516 + eb692a3 commit 4c74e02

File tree

3 files changed

+957
-1037
lines changed

3 files changed

+957
-1037
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"classmap-authoritative": true
2828
},
2929
"require": {
30-
"php": "^7"
30+
"php": "^7||^8.0"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^5",
34-
"phpstan/phpstan": "^0.6.3"
33+
"phpunit/phpunit": "^7||^9",
34+
"phpstan/phpstan": "^0.12"
3535
},
3636
"minimum-stability": "stable",
3737
"autoload": {

0 commit comments

Comments
 (0)