We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993d716 commit 51018cfCopy full SHA for 51018cf
.scrutinizer.yml
@@ -26,3 +26,7 @@ build:
26
environment:
27
php:
28
version: 7.4
29
+ php80:
30
+ environment:
31
+ php:
32
+ version: 8.0
composer.json
@@ -33,7 +33,7 @@
33
"description" : "Codeception extension for Phiremock. Allows to stub remote services for HTTP requests.",
34
"license" : "GPL-3.0-or-later",
35
"require" : {
36
- "php" : "^7.2",
+ "php" : "^7.2|^8.0",
37
"codeception/codeception" : ">=2.2 <5.0",
38
"symfony/process": ">=3.0.0 <6.0.0"
39
},
0 commit comments