Skip to content

Commit

Permalink
chore(symfony): Support v7 (#16)
Browse files Browse the repository at this point in the history
* feat(symfony-process): support symfony/process v7

* feat(symfony-process): support symfony/console v7
  • Loading branch information
mcustiel authored Dec 31, 2023
1 parent e40c252 commit 3769293
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 @@ -25,7 +25,7 @@
"mcustiel/phiremock-common": "^1.0",
"react/http": "^1.0",
"monolog/monolog": ">=1.0 <4.0",
"symfony/console": ">=3.0 <7.0",
"symfony/console": ">=3.0 <8.0",
"nikic/fast-route": "^1.3.0",
"psr/http-client": "^1.0"
},
Expand All @@ -35,7 +35,7 @@
"codeception/module-asserts": "^1.0",
"codeception/module-rest": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"symfony/process": ">=3.0 <7.0",
"symfony/process": ">=3.0 <8.0",
"guzzlehttp/guzzle" : "^6.0"
},
"autoload": {
Expand Down

0 comments on commit 3769293

Please sign in to comment.