Update chill-bundles: remove async-upload app

This commit is contained in:
Julien Fastré 2023-12-12 16:47:10 +01:00
parent ad1327a351
commit c00f7fa209
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
3 changed files with 1592 additions and 1563 deletions

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], Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true], Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
Knp\Bundle\TimeBundle\KnpTimeBundle::class => ['all' => true], Knp\Bundle\TimeBundle\KnpTimeBundle::class => ['all' => true],
ChampsLibres\AsyncUploaderBundle\ChampsLibresAsyncUploaderBundle::class => ['all' => true],
Chill\MainBundle\ChillMainBundle::class => ['all' => true], Chill\MainBundle\ChillMainBundle::class => ['all' => true],
Chill\PersonBundle\ChillPersonBundle::class => ['all' => true], Chill\PersonBundle\ChillPersonBundle::class => ['all' => true],
Chill\CustomFieldsBundle\ChillCustomFieldsBundle::class => ['all' => true], Chill\CustomFieldsBundle\ChillCustomFieldsBundle::class => ['all' => true],

View File

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