Skip to content

Commit

Permalink
Support for php8
Browse files Browse the repository at this point in the history
  • Loading branch information
bonami-cz authored Oct 15, 2020
1 parent 6672193 commit 391f39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"bin-dir": "bin"
},
"require": {
"php": "^7.1",
"slevomat/coding-standard": "~6.0.8"
"php": "^7.1 || ^8.0",
"slevomat/coding-standard": "~6.4.1"
},
"require-dev": {
},
Expand Down

0 comments on commit 391f39e

Please sign in to comment.