From dd55f3dc4f1703a26cc89c9d5f6104be129b158e Mon Sep 17 00:00:00 2001 From: Mariano Custiel Date: Mon, 2 Mar 2026 20:12:56 +0100 Subject: [PATCH] feat(upgrade-dependencies): upgrade dependencies --- .scrutinizer.yml | 16 ++++++++++++---- composer.json | 4 ++-- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 1a946a2..0f5d4b3 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -14,11 +14,19 @@ build: - php-scrutinizer-run - ./vendor/bin/codecept run nodes: - php80: + php82: environment: php: - version: 8.0 - php81: + version: 8.2 + php83: environment: php: - version: 8.1 + version: 8.3 + php84: + environment: + php: + version: 8.4 + php85: + environment: + php: + version: 8.5 diff --git a/composer.json b/composer.json index 6639046..33324ac 100644 --- a/composer.json +++ b/composer.json @@ -33,10 +33,10 @@ "description" : "Codeception module for PhireMock. Allows to stub remote services for HTTP requests.", "license" : "GPL-3.0-or-later", "require" : { - "php" : "^8.0", + "php" : "^8.2", "mcustiel/phiremock-client": "^1.0", "codeception/codeception" : "^5.0", - "codeception/lib-asserts": "^2.0" + "codeception/lib-asserts": "^3.0" }, "require-dev" : { "mcustiel/phiremock-codeception-extension": "^3.0",