Skip to content

Commit

Permalink
Set external dependencies to versions still supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin de Keijzer committed Mar 3, 2022
1 parent 8bb01f5 commit ef8aa6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"google/apiclient": "^2.7",
"psr/log": "^1.1|^2.0|^3.0",
"react/event-loop": "^1.1",
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/framework-bundle": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.2|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
"symfony/framework-bundle": "^4.4|^5.4|^6.0",
"symfony/http-kernel": "^4.4|^5.4|^6.0",
"symfony/monolog-bundle": "^3.5",
"symfony/validator": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0",
"symfony/messenger": "^4.4|^5.0|^6.0"
"symfony/validator": "^4.4|^5.4|^6.0",
"symfony/yaml": "^4.4|^5.4|^6.0",
"symfony/messenger": "^4.4|^5.4|^6.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
Expand Down

0 comments on commit ef8aa6e

Please sign in to comment.