Skip to content

Commit

Permalink
allow sf 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil committed May 16, 2024
1 parent f7373cb commit 7ad926f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
],
"require": {
"php": "^7.1 || 8.*",
"doctrine/mongodb-odm-bundle": "^3.0 || ^4.3",
"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"symfony/console": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"doctrine/mongodb-odm-bundle": "^3.0 || ^4.3 || ^5.0",
"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/console": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"doesntmattr/mongodb-migrations": "^3.1.0"
},
"autoload": {
Expand Down

0 comments on commit 7ad926f

Please sign in to comment.