Skip to content

Commit

Permalink
Drop some lower constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Apr 11, 2021
1 parent 8388bfa commit 857cdeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
],
"require": {
"php": "^7.3 || ^8.0",
"doctrine/doctrine-bundle": "^1.8 || ^2.3",
"doctrine/doctrine-bundle": "^2.3",
"doctrine/orm": "^2.5",
"doctrine/persistence": "^1.3.4 || ^2.0",
"doctrine/persistence": "^2.0",
"sonata-project/admin-bundle": "4.x-dev",
"sonata-project/exporter": "^1.11.0 || ^2.0",
"sonata-project/form-extensions": "^0.1 || ^1.4",
"sonata-project/exporter": "^2.0",
"sonata-project/form-extensions": "^1.4",
"symfony/config": "^4.4 || ^5.2",
"symfony/console": "^4.4 || ^5.2",
"symfony/dependency-injection": "^4.4 || ^5.2",
Expand Down

0 comments on commit 857cdeb

Please sign in to comment.