WIP: Upgrade skeleton to symfony 5 #18

Draft
julienfastre wants to merge 47 commits from upgrade-sf5 into main
3 changed files with 1592 additions and 1563 deletions
Showing only changes of commit c00f7fa209 - Show all commits

3142
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,6 @@ return [
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
Knp\Bundle\TimeBundle\KnpTimeBundle::class => ['all' => true],
ChampsLibres\AsyncUploaderBundle\ChampsLibresAsyncUploaderBundle::class => ['all' => true],
Chill\MainBundle\ChillMainBundle::class => ['all' => true],
Chill\PersonBundle\ChillPersonBundle::class => ['all' => true],
Chill\CustomFieldsBundle\ChillCustomFieldsBundle::class => ['all' => true],

View File

@ -2,9 +2,6 @@
"brick/math": {
"version": "0.9.3"
},
"champs-libres/async-uploader-bundle": {
"version": "dev-sf4"
},
"champs-libres/wopi-bundle": {
"version": "dev-master"
},
@ -143,15 +140,9 @@
"guzzlehttp/psr7": {
"version": "1.6.1"
},
"guzzlehttp/uri-template": {
"version": "v0.2.0"
},
"hslavich/oneloginsaml-bundle": {
"version": "v1.5.2"
},
"justinrainbow/json-schema": {
"version": "5.2.10"
},
"knplabs/knp-menu": {
"version": "v3.1.1"
},
@ -278,9 +269,6 @@
"php-http/message-factory": {
"version": "v1.0.2"
},
"php-opencloud/openstack": {
"version": "v3.0.7"
},
"phpdocumentor/reflection-common": {
"version": "2.2.0"
},