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 2d0e6f0 commit c9fa9dfCopy full SHA for c9fa9df
composer.json
@@ -33,8 +33,8 @@
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|^8.0|^8.1",
37
- "codeception/codeception" : ">=2.2 <5.0",
+ "php" : "^7.2|^8.0",
+ "codeception/codeception" : ">=2.2 <7.0",
38
"symfony/process": ">=3.0.0 <7.0.0"
39
},
40
"require-dev": {
0 commit comments