Skip to content

Commit

Permalink
php8
Browse files Browse the repository at this point in the history
  • Loading branch information
afk11 committed Jan 19, 2021
1 parent 4fb7516 commit eb692a3
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 eb692a3

Please sign in to comment.