Skip to content

Commit 2fbc935

Browse files
authored
fix: allow versions
1 parent 750f176 commit 2fbc935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"license": "AGPL-3.0-or-later",
1212
"require": {
1313
"php": "8.*",
14-
"symfony/framework-bundle": "7.2.*",
14+
"symfony/framework-bundle": "7.2.*|7.3.*|7.4.*",
1515
"doctrine/doctrine-bundle": "^2.7",
1616
"doctrine/orm": "^2.12",
17-
"symfony/security-bundle": "7.2.*",
18-
"symfony/validator": "7.2.*",
17+
"symfony/security-bundle": "7.2.*|7.3.*|7.4.*",
18+
"symfony/validator": "7.2.*|7.3.*|7.4.*",
1919
"monolog/monolog": "^3.0"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)