From e75713b062cabb77005427208dccd7f0b6fdb0ff Mon Sep 17 00:00:00 2001 From: MartinsRucevskis <93941023+MartinsRucevskis@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:06:48 +0300 Subject: [PATCH] Laravel 11 support (#56) * Updated composer.json * updated composer.json package name * Updated scrutinizer environments * Updated composer json * Updated composer json * Updated readme and composer json * Corrected scrutinizer php 83 version * Changed dependency versions * Updated Readme * Removed unnecessary change * Removed unnecessary change --------- Co-authored-by: martins.rucevskis --- .scrutinizer.yml | 10 +++++++++- README.md | 4 ++-- composer.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) 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",