Skip to content

Commit

Permalink
Update minimum required versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendolenLynch committed Mar 7, 2024
1 parent fa5b41c commit b581d51
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@
],
"require": {
"php": "^8.0",
"doctrine/dbal": "^3.2"
"doctrine/dbal": "^3.7 || ^4.0"
},
"require-dev": {
"doctrine/orm": "^2.9",
"doctrine/collections": "^2.0 || ^3.0",
"doctrine/orm": "^2.19 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.13",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.6",
"vimeo/psalm": "^5.9",
"symfony/doctrine-bridge": "^5.4 || ^6.0",
"symfony/doctrine-messenger": "^5.4 || ^6.0"
"symfony/doctrine-bridge": "^6.4",
"symfony/doctrine-messenger": "^6.4"
},
"suggest": {
"doctrine/orm": "For using with the Doctrine ORM"
Expand Down

0 comments on commit b581d51

Please sign in to comment.