Skip to content

Commit

Permalink
Updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel committed May 14, 2022
1 parent 2d0e6f0 commit c9fa9df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"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|^8.1",
"codeception/codeception" : ">=2.2 <5.0",
"php" : "^7.2|^8.0",
"codeception/codeception" : ">=2.2 <7.0",
"symfony/process": ">=3.0.0 <7.0.0"
},
"require-dev": {
Expand Down

0 comments on commit c9fa9df

Please sign in to comment.