diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 35de029..af23217 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -30,3 +30,7 @@ build: environment: php: version: 8.0 + php81: + environment: + php: + version: 8.1 diff --git a/composer.json b/composer.json index 1b3c4d4..5bccc69 100644 --- a/composer.json +++ b/composer.json @@ -33,9 +33,9 @@ "description" : "Codeception extension for Phiremock. Allows to stub remote services for HTTP requests.", "license" : "GPL-3.0-or-later", "require" : { - "php" : "^7.2|^8.0", + "php" : "^7.2|^8.0|^8.1", "codeception/codeception" : ">=2.2 <5.0", - "symfony/process": ">=3.0.0 <6.0.0" + "symfony/process": ">=3.0.0 <7.0.0" }, "require-dev": { "mcustiel/phiremock-server": "^1.0",