Skip to content

Commit 2d0e6f0

Browse files
authored
Support php8.1 symfony6 (#52)
1 parent d079ff5 commit 2d0e6f0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.scrutinizer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ build:
3030
environment:
3131
php:
3232
version: 8.0
33+
php81:
34+
environment:
35+
php:
36+
version: 8.1

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"description" : "Codeception extension for Phiremock. Allows to stub remote services for HTTP requests.",
3434
"license" : "GPL-3.0-or-later",
3535
"require" : {
36-
"php" : "^7.2|^8.0",
36+
"php" : "^7.2|^8.0|^8.1",
3737
"codeception/codeception" : ">=2.2 <5.0",
38-
"symfony/process": ">=3.0.0 <6.0.0"
38+
"symfony/process": ">=3.0.0 <7.0.0"
3939
},
4040
"require-dev": {
4141
"mcustiel/phiremock-server": "^1.0",

0 commit comments

Comments
 (0)