Skip to content

Commit 3d64595

Browse files
committed
feature: updated to symfony 5.4
1 parent ed2b49a commit 3d64595

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"type": "project",
33
"license": "proprietary",
44
"require": {
5-
"php": "^8.0",
5+
"php": "^8.1",
66
"ext-ctype": "*",
77
"ext-iconv": "*",
88
"composer/package-versions-deprecated": "1.11.99.4",
9-
"doctrine/doctrine-bundle": "^2",
10-
"doctrine/doctrine-migrations-bundle": "^2",
11-
"doctrine/orm": "^2",
12-
"symfony/console": "5.3.*",
13-
"symfony/dotenv": "5.3.*",
9+
"doctrine/doctrine-bundle": "2.5.*",
10+
"doctrine/doctrine-migrations-bundle": "3.2.*",
11+
"doctrine/orm": "2.11.*",
12+
"symfony/console": "5.4.*",
13+
"symfony/dotenv": "5.4.*",
1414
"symfony/flex": "^1.3.1",
15-
"symfony/framework-bundle": "5.3.*",
16-
"symfony/yaml": "5.3.*"
15+
"symfony/framework-bundle": "5.4.*",
16+
"symfony/yaml": "5.4.*"
1717
},
1818
"require-dev": {
1919
"symfony/maker-bundle": "^1.14"
@@ -61,7 +61,7 @@
6161
"extra": {
6262
"symfony": {
6363
"allow-contrib": false,
64-
"require": "5.3.*"
64+
"require": "5.4.*"
6565
}
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)