Skip to content

Commit

Permalink
Support php8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel committed Feb 19, 2021
1 parent 15fc201 commit 8fe4607
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 @@ -21,7 +21,7 @@
"description" : "A mocker for HTTP and REST services. Full bundle.",
"license" : "GPL-3.0-or-later",
"require" : {
"php" : "^7.2",
"php" : "^7.2 | ^8.0",
"mcustiel/phiremock-server" : "^1.0",
"mcustiel/phiremock-client" : "^1.0"
},
Expand Down

0 comments on commit 8fe4607

Please sign in to comment.