Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Commit b14a242

Browse files
committed
Migration to Symfony 6.3, fix #3
1 parent 6787df0 commit b14a242

File tree

15 files changed

+798
-665
lines changed

15 files changed

+798
-665
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"symfony/validator": "*",
3737
"symfony/web-link": "*",
3838
"symfony/yaml": "*",
39-
"twig/extra-bundle": "^2.12|^3.0",
40-
"twig/twig": "^2.12|^3.0",
41-
"vich/uploader-bundle": "1.*"
39+
"twig/extra-bundle": "^3.3",
40+
"twig/twig": "^3.3",
41+
"vich/uploader-bundle": "2.*"
4242
},
4343
"require-dev": {
4444
"doctrine/doctrine-fixtures-bundle": "*",
@@ -98,7 +98,7 @@
9898
"extra": {
9999
"symfony": {
100100
"allow-contrib": false,
101-
"require": "6.2.*"
101+
"require": "6.3.*"
102102
}
103103
},
104104
"authors": [

0 commit comments

Comments
 (0)