upgrade composer

This commit is contained in:
Julien Fastré 2024-02-13 20:55:05 +01:00
parent c466dc297c
commit 008291bddb
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
4 changed files with 1400 additions and 1456 deletions

View File

@ -15,14 +15,14 @@
},
"require": {
"ext-redis": "*",
"chill-project/chill-bundles": "^2.16",
"chill-project/chill-bundles": "dev-upgrade-sf5@dev",
"symfony/flex": "^1.9",
"nelmio/alice": "^3.8",
"phpoffice/phpword": "^0.18.2",
"phpstan/phpstan": "^1.0",
"spomky-labs/base64url": "^2.0",
"twig/string-extra": "^3.3",
"symfony/runtime": "5.4.*"
"symfony/runtime": "^5.4"
},
"require-dev": {
"fakerphp/faker": "^1.13",

2848
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -36,5 +36,4 @@ return [
KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true],
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
Chill\EventBundle\ChillEventBundle::class => ['all' => true],
ChampsLibres\AsyncUploaderBundle\ChampsLibresAsyncUploaderBundle::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"
},