Skip to content

Commit

Permalink
Made Symfony deps more lenient: v5|6 will (probably) do
Browse files Browse the repository at this point in the history
  • Loading branch information
drjayvee committed Feb 1, 2023
1 parent e00bcd5 commit ece6995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"php": "^7.3|^8.0",
"ext-json": "*",
"ext-openssl": "*",
"symfony/console": "^6.0",
"symfony/http-client": "^6.0",
"symfony/http-foundation": "^6.0"
"symfony/console": "^5.0|^6.0",
"symfony/http-client": "^5.0|^6.0",
"symfony/http-foundation": "^5.0|^6.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ece6995

Please sign in to comment.