Skip to content

Commit

Permalink
support php 8.0 in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Nov 14, 2020
1 parent e44e31b commit 2fb37b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"psr-4": { "Rokka\\RokkaClientBundle\\Tests\\": "tests" }
},
"require": {
"php": "^7.0",
"php": "^7.1 || ^8.0",
"rokka/client": "^1.10",
"rokka/client-cli": "^1.8",
"symfony/framework-bundle": "^3.4.26 || ^4.3 || ^5.0"
Expand Down

0 comments on commit 2fb37b0

Please sign in to comment.