diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 1a946a2..d3daa8f 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -21,4 +21,12 @@ build: php81: environment: php: - version: 8.1 + version: 8.1 + php82: + environment: + php: + version: 8.2 + php83: + environment: + php: + version: 8.3.0 diff --git a/README.md b/README.md index fcbd77b..569dbfc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Codeception extension to make working with [Phiremock Server](https://github.com ```json "require-dev": { - "mcustiel/phiremock-codeception-extension": "^2.0" + "mcustiel/phiremock-codeception-extension": "^3.0" } ``` @@ -162,7 +162,7 @@ If this is in your composer.json: "guzzlehttp/guzzle": "^7.0" ``` -The you can create a factory as follows: +Then you can create a factory as follows: ```php =5.0.0 <7.0.0" + "symfony/process": ">=5.0.0 <8.0.0" }, "require-dev": { "mcustiel/phiremock-server": "^1.0",