Skip to content

Commit

Permalink
Allow more symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Dec 16, 2022
1 parent 013c937 commit f20e16f
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 @@ -30,8 +30,8 @@
"friendsofphp/php-cs-fixer": "^3.13",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.10",
"symfony/doctrine-bridge": "^6.2",
"symfony/doctrine-messenger": "^6.2"
"symfony/doctrine-bridge": "^5.4 || ^6.0",
"symfony/doctrine-messenger": "^5.4 || ^6.0"
},
"suggest": {
"doctrine/orm": "For using with the Doctrine ORM"
Expand Down

0 comments on commit f20e16f

Please sign in to comment.