Skip to content

Commit

Permalink
Support php8 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel authored Feb 7, 2021
1 parent 993d716 commit 51018cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ build:
environment:
php:
version: 7.4
php80:
environment:
php:
version: 8.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"description" : "Codeception extension for Phiremock. Allows to stub remote services for HTTP requests.",
"license" : "GPL-3.0-or-later",
"require" : {
"php" : "^7.2",
"php" : "^7.2|^8.0",
"codeception/codeception" : ">=2.2 <5.0",
"symfony/process": ">=3.0.0 <6.0.0"
},
Expand Down

0 comments on commit 51018cf

Please sign in to comment.