Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPetrasek committed Jul 2, 2024
1 parent 452f066 commit 37a2e5a
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 @@ -17,9 +17,9 @@
"minimum-stability": "stable",
"require":
{
"doctrine/orm": "^2.17",
"doctrine/doctrine-bundle": "^2.11",
"twig/twig": "^3.10",
"psys/utils": "^1.0.6"
"doctrine/orm": ">=2.17",
"doctrine/doctrine-bundle": ">=2.11",
"twig/twig": ">=3.10",
"psys/utils": ">=1.0.6"
}
}

0 comments on commit 37a2e5a

Please sign in to comment.