Skip to content

Commit 7e46e8e

Browse files
committed
feat: update version Symfony 5.1
1 parent 3b4b182 commit 7e46e8e

File tree

3 files changed

+566
-354
lines changed

3 files changed

+566
-354
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"handcraftedinthealps/rest-routing-bundle": "^1.0",
1111
"jms/serializer-bundle": "^3.5",
1212
"sensio/framework-extra-bundle": "^5.5",
13-
"symfony/console": "5.0.*",
14-
"symfony/dotenv": "5.0.*",
13+
"symfony/console": "5.1.*",
14+
"symfony/dotenv": "5.1.*",
1515
"symfony/flex": "^1.3.1",
16-
"symfony/form": "5.0.*",
17-
"symfony/framework-bundle": "5.0.*",
16+
"symfony/form": "5.1.*",
17+
"symfony/framework-bundle": "5.1.*",
1818
"symfony/orm-pack": "^1.0",
19-
"symfony/validator": "5.0.*",
20-
"symfony/yaml": "5.0.*",
19+
"symfony/validator": "5.1.*",
20+
"symfony/yaml": "5.1.*",
2121
"willdurand/hateoas-bundle": "^2.1"
2222
},
2323
"require-dev": {
@@ -71,7 +71,7 @@
7171
"extra": {
7272
"symfony": {
7373
"allow-contrib": false,
74-
"require": "5.0.*"
74+
"require": "5.1.*"
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)