Skip to content

Commit

Permalink
Support php8.1 symfony6 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel authored May 14, 2022
1 parent d079ff5 commit 2d0e6f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ build:
environment:
php:
version: 8.0
php81:
environment:
php:
version: 8.1
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2d0e6f0

Please sign in to comment.