Skip to content

Commit bc1f396

Browse files
authored
Update composer.json
1 parent b850a6e commit bc1f396

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
],
1414
"minimum-stability": "dev",
1515
"require": {
16-
"php": ">=5.3.3|^7.1.3|^8.0",
17-
"symfony/framework-bundle": ">=3.2",
18-
"doctrine/orm": "^2.5"
16+
"php": ">=7.2.5",
17+
"symfony/framework-bundle": "^5.4.*",
18+
"doctrine/orm": "^2.11"
1919
},
2020
"require-dev": {
21-
"symfony/yaml": "4.4.*"
21+
"symfony/yaml": "5.4.*"
2222
},
2323

2424
"autoload": {

0 commit comments

Comments
 (0)