Skip to content

Commit 7f339f5

Browse files
committed
Upgrade to Symfony 5.4
1 parent 3212493 commit 7f339f5

File tree

6 files changed

+1217
-1104
lines changed

6 files changed

+1217
-1104
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
"gesdinet/jwt-refresh-token-bundle": "^0.9.0",
1818
"jms/serializer-bundle": "^3.5",
1919
"lexik/jwt-authentication-bundle": "^2.6",
20-
"nelmio/api-doc-bundle": "^3.5",
20+
"nelmio/api-doc-bundle": "^4.0",
2121
"sensio/framework-extra-bundle": "^5.5",
22-
"symfony/asset": "5.0.*",
23-
"symfony/config": "5.0.*",
24-
"symfony/dotenv": "5.0.*",
22+
"symfony/asset": "5.4.*",
23+
"symfony/config": "5.4.*",
24+
"symfony/dotenv": "5.4.*",
2525
"symfony/flex": "^1.3.1",
26-
"symfony/framework-bundle": "5.0.*",
27-
"symfony/http-foundation": "5.0.*",
28-
"symfony/http-kernel": "5.0.*",
29-
"symfony/mailer": "5.0.*",
30-
"symfony/security-bundle": "5.0.*",
26+
"symfony/framework-bundle": "5.4.*",
27+
"symfony/http-foundation": "5.4.*",
28+
"symfony/http-kernel": "5.4.*",
29+
"symfony/mailer": "5.4.*",
30+
"symfony/security-bundle": "5.4.*",
3131
"symfony/swiftmailer-bundle": "^3.4",
32-
"symfony/translation": "5.0.*",
33-
"symfony/yaml": "5.0.*"
32+
"symfony/translation": "5.4.*",
33+
"symfony/yaml": "5.4.*"
3434
},
3535
"config": {
3636
"preferred-install": {
@@ -77,7 +77,7 @@
7777
"extra": {
7878
"symfony": {
7979
"allow-contrib": false,
80-
"require": "5.0.*"
80+
"require": "5.4.*"
8181
}
8282
},
8383
"require-dev": {

0 commit comments

Comments
 (0)