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",