Skip to content

Commit

Permalink
Allow symfony process and http-client 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander De la Marche committed Nov 29, 2021
1 parent 75610ab commit 27f7406
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 @@ -20,8 +20,8 @@
"symfony/framework-bundle": "^3.4 || ^4.4 || ^5.2 || ^6.0",
"symfony/http-kernel": "^3.4 || ^4.4 || ^5.2 || ^6.0",
"symfony/config": "^3.4 || ^4.4 || ^5.2 || ^6.0",
"symfony/process": "^5.3",
"symfony/http-client": "^5.3"
"symfony/process": "^5.3 || ^6.0",
"symfony/http-client": "^5.3 || ^6.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
Expand Down

0 comments on commit 27f7406

Please sign in to comment.