Deploy: update chill-bundles

This commit is contained in:
Julien Fastré 2023-04-25 15:02:54 +02:00
parent 8d310ef7c8
commit a144b0e4be
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
7 changed files with 300 additions and 625 deletions

View File

@ -15,7 +15,7 @@
},
"require": {
"ext-redis": "*",
"chill-project/chill-bundles": "dev-master#3c88630edc1e449824dd6d2cfd91699e2cb47f86",
"chill-project/chill-bundles": "dev-master#a539febcfea6ea164d224db48bd903e0db60077b",
"symfony/flex": "^1.9",
"symfony/http-client": "^4.4 || ^5",
"nelmio/alice": "^3.8",
@ -36,8 +36,7 @@
"symfony/web-profiler-bundle": "^5.0",
"symfony/var-dumper": "4.*",
"symfony/phpunit-bridge": "^5.2",
"symfony/debug-bundle": "^5.1",
"box/spout": "^3.3"
"symfony/debug-bundle": "^5.1"
},
"minimum-stability": "dev",
"prefer-stable": true,

887
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,6 @@ return [
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
Knp\Bundle\TimeBundle\KnpTimeBundle::class => ['all' => true],
ChampsLibres\AsyncUploaderBundle\ChampsLibresAsyncUploaderBundle::class => ['all' => true],

View File

@ -1,4 +0,0 @@
# See https://symfony.com/doc/current/email/dev_environment.html
swiftmailer:
# send all emails to a specific address
#delivery_addresses: ['me@example.com']

View File

@ -1,3 +0,0 @@
swiftmailer:
url: '%env(MAILER_URL)%'
spool: { type: 'memory' }

View File

@ -1,2 +0,0 @@
swiftmailer:
disable_delivery: true

View File

@ -1,7 +1,4 @@
{
"box/spout": {
"version": "v3.3.0"
},
"brick/math": {
"version": "0.9.3"
},
@ -451,9 +448,6 @@
"spomky-labs/base64url": {
"version": "v2.0.4"
},
"swiftmailer/swiftmailer": {
"version": "v6.2.5"
},
"symfony/asset": {
"version": "v4.4.11"
},
@ -659,9 +653,6 @@
"symfony/polyfill-ctype": {
"version": "v1.18.0"
},
"symfony/polyfill-iconv": {
"version": "v1.22.0"
},
"symfony/polyfill-intl-grapheme": {
"version": "v1.18.0"
},
@ -748,20 +739,6 @@
"symfony/string": {
"version": "v5.1.3"
},
"symfony/swiftmailer-bundle": {
"version": "2.5",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "2.5",
"ref": "ae4d22af30bbd484506bc1817c5a3ef72c855b93"
},
"files": [
"config/packages/dev/swiftmailer.yaml",
"config/packages/swiftmailer.yaml",
"config/packages/test/swiftmailer.yaml"
]
},
"symfony/templating": {
"version": "v4.4.11"
},