Skip to content

Commit

Permalink
Merge pull request #11 from afk11/php8
Browse files Browse the repository at this point in the history
  • Loading branch information
lastguest authored Apr 13, 2021
2 parents 4fb7516 + eb692a3 commit 4c74e02
Show file tree
Hide file tree
Showing 3 changed files with 957 additions and 1,037 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"classmap-authoritative": true
},
"require": {
"php": "^7"
"php": "^7||^8.0"
},
"require-dev": {
"phpunit/phpunit": "^5",
"phpstan/phpstan": "^0.6.3"
"phpunit/phpunit": "^7||^9",
"phpstan/phpstan": "^0.12"
},
"minimum-stability": "stable",
"autoload": {
Expand Down
Loading

0 comments on commit 4c74e02

Please sign in to comment.