Skip to content

Commit

Permalink
chore(deps): add support for Symfony v6 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
trearcul committed Apr 5, 2022
1 parent e9da6c0 commit b1bf93f
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 @@ -11,12 +11,12 @@
"bunny/bunny": "^0.5.0",
"myclabs/php-enum": "^1.7",
"react/promise": "^2.0",
"symfony/config": "^5.0",
"symfony/console": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/framework-bundle": "^5.0",
"symfony/http-kernel": "^5.1.5",
"symfony/yaml": "^5.0"
"symfony/config": "^5.0|^6.0",
"symfony/console": "^5.0|^6.0",
"symfony/dependency-injection": "^5.0|^6.0",
"symfony/framework-bundle": "^5.0|^6.0",
"symfony/http-kernel": "^5.1.5|^6.0",
"symfony/yaml": "^5.0|^6.0"
},
"require-dev": {
"cdn77/coding-standard": "^6.0",
Expand Down

0 comments on commit b1bf93f

Please sign in to comment.