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 d079ff5 commit 2d0e6f0Copy full SHA for 2d0e6f0
.scrutinizer.yml
@@ -30,3 +30,7 @@ build:
30
environment:
31
php:
32
version: 8.0
33
+ php81:
34
+ environment:
35
+ php:
36
+ version: 8.1
composer.json
@@ -33,9 +33,9 @@
"description" : "Codeception extension for Phiremock. Allows to stub remote services for HTTP requests.",
"license" : "GPL-3.0-or-later",
"require" : {
- "php" : "^7.2|^8.0",
+ "php" : "^7.2|^8.0|^8.1",
37
"codeception/codeception" : ">=2.2 <5.0",
38
- "symfony/process": ">=3.0.0 <6.0.0"
+ "symfony/process": ">=3.0.0 <7.0.0"
39
},
40
"require-dev": {
41
"mcustiel/phiremock-server": "^1.0",
0 commit comments