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 1ecaad3 commit b3dd459Copy full SHA for b3dd459
.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 module 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
"mcustiel/phiremock-client": "^1.0",
38
"codeception/codeception" : ">=2.2 <5.0",
39
"codeception/lib-asserts": "^1.1"
0 commit comments