Compare commits

...

28 Commits

Author SHA1 Message Date
julienfastre b18719a351 update composer.lock and file (automatic update through CI) 2023-11-01 22:45:36 +00:00
Julien Fastré 148687e0e2 restart action
Prepare release for chill app / update-deps (push) Successful in 19s Details
2023-11-01 22:45:16 +00:00
julienfastre 82ee0db8de update composer.lock and file (automatic update) 2023-10-24 17:06:57 +00:00
Julien Fastré 01959d06d4
no-install
Prepare release for chill app / update-deps (push) Successful in 21s Details
2023-10-24 19:06:28 +02:00
Julien Fastré 6d019adb1d
use with.args
Prepare release for chill app / update-deps (push) Has been cancelled Details
2023-10-24 19:03:11 +02:00
Julien Fastré a912f29bd9
use with.args
Prepare release for chill app / update-deps (push) Failing after 13s Details
2023-10-24 18:50:30 +02:00
Julien Fastré 921b5c39de
debug
Prepare release for chill app / update-deps (push) Failing after 4m14s Details
2023-10-24 17:15:52 +02:00
Julien Fastré cb11a6cddd
debug
Prepare release for chill app / update-deps (push) Failing after 3m13s Details
2023-10-24 17:12:22 +02:00
Julien Fastré 65dc5ba549
debug
Prepare release for chill app / update-deps (push) Failing after 1m43s Details
2023-10-24 17:09:37 +02:00
Julien Fastré b4a158a150
debug
Prepare release for chill app / update-deps (push) Failing after 13s Details
2023-10-24 17:06:44 +02:00
Julien Fastré 3f2e587291
workdir
Prepare release for chill app / update-deps (push) Failing after 12s Details
2023-10-24 17:05:43 +02:00
Julien Fastré 0429802206
workdir
Prepare release for chill app / update-deps (push) Failing after 12s Details
2023-10-24 17:03:44 +02:00
Julien Fastré 72348f77dc
workdir
Prepare release for chill app / update-deps (push) Failing after 12s Details
2023-10-24 17:02:22 +02:00
Julien Fastré ed156c5bae
workdir
Prepare release for chill app / update-deps (push) Failing after 13s Details
2023-10-24 17:01:36 +02:00
Julien Fastré 81d64d44a8
workdir
Prepare release for chill app / update-deps (push) Failing after 13s Details
2023-10-24 17:00:53 +02:00
Julien Fastré 4cc6fbc7ec
workdir
Prepare release for chill app / update-deps (push) Failing after 13s Details
2023-10-24 17:00:10 +02:00
Julien Fastré 43c1fcfd36
workdir
Prepare release for chill app / update-deps (push) Failing after 10s Details
2023-10-24 16:59:04 +02:00
Julien Fastré 84dc922364
workdir
Prepare release for chill app / update-deps (push) Failing after 15s Details
2023-10-24 16:57:39 +02:00
Julien Fastré 927dd6e7db
debug
Prepare release for chill app / update-deps (push) Failing after 12s Details
2023-10-24 16:56:01 +02:00
Julien Fastré 8e1619bc18
debug
Prepare release for chill app / update-deps (push) Failing after 12s Details
2023-10-24 16:54:07 +02:00
Julien Fastré f4cdff06a0
run container using an action
Prepare release for chill app / update-deps (push) Failing after 26s Details
2023-10-24 16:51:20 +02:00
Julien Fastré dd30db868c
step by step 2bis
Prepare release for chill app / update-deps (push) Failing after 7s Details
2023-10-24 16:48:15 +02:00
Julien Fastré 8c0ba841ee
step by step 2
Prepare release for chill app / update-deps (push) Failing after 7s Details
2023-10-24 16:46:54 +02:00
Julien Fastré 977ab5927c
step by step
Prepare release for chill app / update-deps (push) Successful in 8s Details
2023-10-24 16:46:12 +02:00
Julien Fastré 7ef8e99c03
full path for uses
Prepare release for chill app / update-deps (push) Failing after 6s Details
2023-10-24 16:43:56 +02:00
Julien Fastré 0e8396c554
move container image into job
Prepare release for chill app / update-deps (push) Failing after 19s Details
2023-10-24 16:42:27 +02:00
Julien Fastré 6d7d3e0259
bootstrap gitea actions for auto-commiting composer.lock
Prepare release for chill app / update-deps (push) Failing after 0s Details
2023-10-24 16:27:23 +02:00
Julien Fastré 4abc2aa3ee
bootstrap gitea actions for auto-commiting composer.lock
Prepare release for chill app / update-deps (push) Failing after 0s Details
2023-10-24 16:23:19 +02:00
3 changed files with 130 additions and 105 deletions

View File

@ -0,0 +1,25 @@
name: Prepare release for chill app
run-name: Update composer.lock and dependencies for preparing a release
on:
push:
branches:
- 'release/**'
jobs:
update-deps:
steps:
- name: check out repository
uses: https://github.com/actions/checkout@v4
- name: run composer update to update composer.lock
uses: docker://gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest
with:
# this is where we set the command to execute
args: composer update --no-install
- name: commit changed files
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "update composer.lock and file (automatic update through CI)"
commit_user_name: Action Bot
commit_user_email: bot@chill.social

View File

@ -15,7 +15,7 @@
},
"require": {
"ext-redis": "*",
"chill-project/chill-bundles": "2.9.2",
"chill-project/chill-bundles": "2.10.0",
"symfony/flex": "^1.9",
"symfony/http-client": "^4.4 || ^5",
"nelmio/alice": "^3.8",

208
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "c5148373b6caf3d72559debdb819ec6e",
"content-hash": "eae5531ae1b579f0f130590e3360181f",
"packages": [
{
"name": "brick/math",
@ -223,16 +223,16 @@
},
{
"name": "chill-project/chill-bundles",
"version": "2.9.2",
"version": "2.10.0",
"source": {
"type": "git",
"url": "git@gitlab.com:Chill-Projet/chill-bundles.git",
"reference": "c7bd60a106ed8389e870af9f6e9006c204b072d1"
"reference": "4bc1de01d654a588f9728f92b9f3dea5b193306b"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=c7bd60a106ed8389e870af9f6e9006c204b072d1",
"reference": "c7bd60a106ed8389e870af9f6e9006c204b072d1",
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=4bc1de01d654a588f9728f92b9f3dea5b193306b",
"reference": "4bc1de01d654a588f9728f92b9f3dea5b193306b",
"shasum": ""
},
"require": {
@ -344,7 +344,7 @@
"chill",
"social worker"
],
"time": "2023-10-17T21:15:56+00:00"
"time": "2023-10-24T16:56:42+00:00"
},
{
"name": "composer/package-versions-deprecated",
@ -2119,16 +2119,16 @@
},
{
"name": "giggsey/libphonenumber-for-php",
"version": "8.13.23",
"version": "8.13.24",
"source": {
"type": "git",
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
"reference": "b2dff83693cb46eb4478b193e9d94e2ff6258480"
"reference": "746ca6a565b9d4167c94c80824f43fa6fb463fd1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/b2dff83693cb46eb4478b193e9d94e2ff6258480",
"reference": "b2dff83693cb46eb4478b193e9d94e2ff6258480",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/746ca6a565b9d4167c94c80824f43fa6fb463fd1",
"reference": "746ca6a565b9d4167c94c80824f43fa6fb463fd1",
"shasum": ""
},
"require": {
@ -2187,20 +2187,20 @@
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
"source": "https://github.com/giggsey/libphonenumber-for-php"
},
"time": "2023-10-11T07:12:56+00:00"
"time": "2023-10-31T08:12:54+00:00"
},
{
"name": "giggsey/locale",
"version": "2.4",
"version": "2.5",
"source": {
"type": "git",
"url": "https://github.com/giggsey/Locale.git",
"reference": "a6b33dfc9e8949b7e28133c4628b29cd9f1850bb"
"reference": "e6d4540109a01dd2bc7334cdc842d6a6a67cf239"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/giggsey/Locale/zipball/a6b33dfc9e8949b7e28133c4628b29cd9f1850bb",
"reference": "a6b33dfc9e8949b7e28133c4628b29cd9f1850bb",
"url": "https://api.github.com/repos/giggsey/Locale/zipball/e6d4540109a01dd2bc7334cdc842d6a6a67cf239",
"reference": "e6d4540109a01dd2bc7334cdc842d6a6a67cf239",
"shasum": ""
},
"require": {
@ -2239,9 +2239,9 @@
"description": "Locale functions required by libphonenumber-for-php",
"support": {
"issues": "https://github.com/giggsey/Locale/issues",
"source": "https://github.com/giggsey/Locale/tree/2.4"
"source": "https://github.com/giggsey/Locale/tree/2.5"
},
"time": "2023-04-13T07:40:58+00:00"
"time": "2023-11-01T17:19:48+00:00"
},
{
"name": "graylog2/gelf-php",
@ -2988,16 +2988,16 @@
},
{
"name": "knpuniversity/oauth2-client-bundle",
"version": "v2.15.0",
"version": "v2.16.0",
"source": {
"type": "git",
"url": "https://github.com/knpuniversity/oauth2-client-bundle.git",
"reference": "9df0736d02eb20b953ec8e9986743611747d9ed9"
"reference": "2d4aacdf4d32a869d785d20515adf0615d9da248"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/9df0736d02eb20b953ec8e9986743611747d9ed9",
"reference": "9df0736d02eb20b953ec8e9986743611747d9ed9",
"url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/2d4aacdf4d32a869d785d20515adf0615d9da248",
"reference": "2d4aacdf4d32a869d785d20515adf0615d9da248",
"shasum": ""
},
"require": {
@ -3042,9 +3042,9 @@
],
"support": {
"issues": "https://github.com/knpuniversity/oauth2-client-bundle/issues",
"source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.15.0"
"source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.16.0"
},
"time": "2023-05-03T16:44:38+00:00"
"time": "2023-10-24T15:57:05+00:00"
},
{
"name": "laminas/laminas-escaper",
@ -3174,16 +3174,16 @@
},
{
"name": "lcobucci/jwt",
"version": "5.0.0",
"version": "5.1.0",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "47bdb0e0b5d00c2f89ebe33e7e384c77e84e7c34"
"reference": "f0031c07b96db6a0ca649206e7eacddb7e9d5908"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/47bdb0e0b5d00c2f89ebe33e7e384c77e84e7c34",
"reference": "47bdb0e0b5d00c2f89ebe33e7e384c77e84e7c34",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/f0031c07b96db6a0ca649206e7eacddb7e9d5908",
"reference": "f0031c07b96db6a0ca649206e7eacddb7e9d5908",
"shasum": ""
},
"require": {
@ -3191,20 +3191,20 @@
"ext-json": "*",
"ext-openssl": "*",
"ext-sodium": "*",
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/clock": "^1.0"
},
"require-dev": {
"infection/infection": "^0.26.19",
"infection/infection": "^0.27.0",
"lcobucci/clock": "^3.0",
"lcobucci/coding-standard": "^9.0",
"phpbench/phpbench": "^1.2.8",
"lcobucci/coding-standard": "^11.0",
"phpbench/phpbench": "^1.2.9",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.10.3",
"phpstan/phpstan-deprecation-rules": "^1.1.2",
"phpstan/phpstan-phpunit": "^1.3.8",
"phpstan/phpstan": "^1.10.7",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.10",
"phpstan/phpstan-strict-rules": "^1.5.0",
"phpunit/phpunit": "^10.0.12"
"phpunit/phpunit": "^10.2.6"
},
"suggest": {
"lcobucci/clock": ">= 3.0"
@ -3233,7 +3233,7 @@
],
"support": {
"issues": "https://github.com/lcobucci/jwt/issues",
"source": "https://github.com/lcobucci/jwt/tree/5.0.0"
"source": "https://github.com/lcobucci/jwt/tree/5.1.0"
},
"funding": [
{
@ -3245,7 +3245,7 @@
"type": "patreon"
}
],
"time": "2023-02-25T21:35:16+00:00"
"time": "2023-10-31T06:41:47+00:00"
},
{
"name": "league/csv",
@ -3850,16 +3850,16 @@
},
{
"name": "monolog/monolog",
"version": "2.9.1",
"version": "2.9.2",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1"
"reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
"reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
"reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
"shasum": ""
},
"require": {
@ -3936,7 +3936,7 @@
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/2.9.1"
"source": "https://github.com/Seldaek/monolog/tree/2.9.2"
},
"funding": [
{
@ -3948,7 +3948,7 @@
"type": "tidelift"
}
],
"time": "2023-02-06T13:44:46+00:00"
"time": "2023-10-27T15:25:26+00:00"
},
{
"name": "myclabs/deep-copy",
@ -4325,16 +4325,16 @@
},
{
"name": "ovh/ovh",
"version": "v3.2.0",
"version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/ovh/php-ovh.git",
"reference": "9a29f720d03f0a8cae642ba5c97f51d100144c57"
"reference": "a5241f84111bc8c108ab78480a3141353389cc49"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ovh/php-ovh/zipball/9a29f720d03f0a8cae642ba5c97f51d100144c57",
"reference": "9a29f720d03f0a8cae642ba5c97f51d100144c57",
"url": "https://api.github.com/repos/ovh/php-ovh/zipball/a5241f84111bc8c108ab78480a3141353389cc49",
"reference": "a5241f84111bc8c108ab78480a3141353389cc49",
"shasum": ""
},
"require": {
@ -4369,9 +4369,9 @@
],
"support": {
"issues": "https://github.com/ovh/php-ovh/issues",
"source": "https://github.com/ovh/php-ovh/tree/v3.2.0"
"source": "https://github.com/ovh/php-ovh/tree/v3.3.0"
},
"time": "2023-04-07T08:09:14+00:00"
"time": "2023-10-20T15:21:31+00:00"
},
{
"name": "paragonie/constant_time_encoding",
@ -4778,16 +4778,16 @@
},
{
"name": "phpseclib/phpseclib",
"version": "3.0.23",
"version": "3.0.33",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
"reference": "866cc78fbd82462ffd880e3f65692afe928bed50"
"reference": "33fa69b2514a61138dd48e7a49f99445711e0ad0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/866cc78fbd82462ffd880e3f65692afe928bed50",
"reference": "866cc78fbd82462ffd880e3f65692afe928bed50",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/33fa69b2514a61138dd48e7a49f99445711e0ad0",
"reference": "33fa69b2514a61138dd48e7a49f99445711e0ad0",
"shasum": ""
},
"require": {
@ -4868,7 +4868,7 @@
],
"support": {
"issues": "https://github.com/phpseclib/phpseclib/issues",
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.23"
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.33"
},
"funding": [
{
@ -4884,20 +4884,20 @@
"type": "tidelift"
}
],
"time": "2023-09-18T17:22:01+00:00"
"time": "2023-10-21T14:00:39+00:00"
},
{
"name": "phpstan/phpstan",
"version": "1.10.39",
"version": "1.10.40",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "d9dedb0413f678b4d03cbc2279a48f91592c97c4"
"reference": "93c84b5bf7669920d823631e39904d69b9c7dc5d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d9dedb0413f678b4d03cbc2279a48f91592c97c4",
"reference": "d9dedb0413f678b4d03cbc2279a48f91592c97c4",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/93c84b5bf7669920d823631e39904d69b9c7dc5d",
"reference": "93c84b5bf7669920d823631e39904d69b9c7dc5d",
"shasum": ""
},
"require": {
@ -4946,7 +4946,7 @@
"type": "tidelift"
}
],
"time": "2023-10-17T15:46:26+00:00"
"time": "2023-10-30T14:48:31+00:00"
},
{
"name": "psr/cache",
@ -6335,16 +6335,16 @@
},
{
"name": "symfony/cache",
"version": "v5.4.29",
"version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "e29c5a97bc2d81269973c3e1d7ceb9d48b4d5151"
"reference": "2742d1b595927210546bb7a0887094cf1494de21"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/e29c5a97bc2d81269973c3e1d7ceb9d48b4d5151",
"reference": "e29c5a97bc2d81269973c3e1d7ceb9d48b4d5151",
"url": "https://api.github.com/repos/symfony/cache/zipball/2742d1b595927210546bb7a0887094cf1494de21",
"reference": "2742d1b595927210546bb7a0887094cf1494de21",
"shasum": ""
},
"require": {
@ -6372,7 +6372,7 @@
"require-dev": {
"cache/integration-tests": "dev-master",
"doctrine/cache": "^1.6|^2.0",
"doctrine/dbal": "^2.13.1|^3.0",
"doctrine/dbal": "^2.13.1|^3|^4",
"predis/predis": "^1.1",
"psr/simple-cache": "^1.0|^2.0",
"symfony/config": "^4.4|^5.0|^6.0",
@ -6412,7 +6412,7 @@
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v5.4.29"
"source": "https://github.com/symfony/cache/tree/v5.4.30"
},
"funding": [
{
@ -6428,7 +6428,7 @@
"type": "tidelift"
}
],
"time": "2023-09-19T13:25:51+00:00"
"time": "2023-10-17T14:17:25+00:00"
},
{
"name": "symfony/cache-contracts",
@ -7154,20 +7154,20 @@
},
{
"name": "symfony/doctrine-messenger",
"version": "v6.3.1",
"version": "v6.3.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-messenger.git",
"reference": "f1c253e24ae6d2bc4939b1439e074e6d2e73ecdb"
"reference": "b8dab85f66ffd5e4275eaf7558f9db8f4586dd41"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/f1c253e24ae6d2bc4939b1439e074e6d2e73ecdb",
"reference": "f1c253e24ae6d2bc4939b1439e074e6d2e73ecdb",
"url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/b8dab85f66ffd5e4275eaf7558f9db8f4586dd41",
"reference": "b8dab85f66ffd5e4275eaf7558f9db8f4586dd41",
"shasum": ""
},
"require": {
"doctrine/dbal": "^2.13|^3.0",
"doctrine/dbal": "^2.13|^3|^4",
"php": ">=8.1",
"symfony/messenger": "^5.4|^6.0",
"symfony/service-contracts": "^2.5|^3"
@ -7206,7 +7206,7 @@
"description": "Symfony Doctrine Messenger Bridge",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/doctrine-messenger/tree/v6.3.1"
"source": "https://github.com/symfony/doctrine-messenger/tree/v6.3.7"
},
"funding": [
{
@ -7222,7 +7222,7 @@
"type": "tidelift"
}
],
"time": "2023-06-24T11:51:27+00:00"
"time": "2023-10-26T18:15:14+00:00"
},
{
"name": "symfony/dom-crawler",
@ -7722,16 +7722,16 @@
},
{
"name": "symfony/flex",
"version": "v1.20.2",
"version": "v1.21.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
"reference": "a2554c7e1b669f5049c1b67bc56f13aa1c4bf7da"
"reference": "f1cf4014ffac79e0c031cc40d6d66354e7de5da5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/a2554c7e1b669f5049c1b67bc56f13aa1c4bf7da",
"reference": "a2554c7e1b669f5049c1b67bc56f13aa1c4bf7da",
"url": "https://api.github.com/repos/symfony/flex/zipball/f1cf4014ffac79e0c031cc40d6d66354e7de5da5",
"reference": "f1cf4014ffac79e0c031cc40d6d66354e7de5da5",
"shasum": ""
},
"require": {
@ -7767,7 +7767,7 @@
"description": "Composer plugin for Symfony",
"support": {
"issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v1.20.2"
"source": "https://github.com/symfony/flex/tree/v1.21.2"
},
"funding": [
{
@ -7783,7 +7783,7 @@
"type": "tidelift"
}
],
"time": "2023-08-04T09:02:01+00:00"
"time": "2023-10-30T18:34:59+00:00"
},
{
"name": "symfony/form",
@ -8536,16 +8536,16 @@
},
{
"name": "symfony/messenger",
"version": "v5.4.29",
"version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/messenger.git",
"reference": "ce5165859adc36595578d684e77fc721fa53e387"
"reference": "f6c4ec041891b92e81dc422eba0ff88dafb57487"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/messenger/zipball/ce5165859adc36595578d684e77fc721fa53e387",
"reference": "ce5165859adc36595578d684e77fc721fa53e387",
"url": "https://api.github.com/repos/symfony/messenger/zipball/f6c4ec041891b92e81dc422eba0ff88dafb57487",
"reference": "f6c4ec041891b92e81dc422eba0ff88dafb57487",
"shasum": ""
},
"require": {
@ -8606,7 +8606,7 @@
"description": "Helps applications send and receive messages to/from other applications or via message queues",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/messenger/tree/v5.4.29"
"source": "https://github.com/symfony/messenger/tree/v5.4.30"
},
"funding": [
{
@ -8622,7 +8622,7 @@
"type": "tidelift"
}
],
"time": "2023-09-20T14:19:32+00:00"
"time": "2023-10-26T16:43:35+00:00"
},
{
"name": "symfony/mime",
@ -10639,16 +10639,16 @@
},
{
"name": "symfony/serializer",
"version": "v5.4.29",
"version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "b893175000155839170d589f3a3593f2ce601829"
"reference": "ceadb4e08830e69738d313b667cfb426269f67f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/b893175000155839170d589f3a3593f2ce601829",
"reference": "b893175000155839170d589f3a3593f2ce601829",
"url": "https://api.github.com/repos/symfony/serializer/zipball/ceadb4e08830e69738d313b667cfb426269f67f6",
"reference": "ceadb4e08830e69738d313b667cfb426269f67f6",
"shasum": ""
},
"require": {
@ -10722,7 +10722,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/serializer/tree/v5.4.29"
"source": "https://github.com/symfony/serializer/tree/v5.4.30"
},
"funding": [
{
@ -10738,7 +10738,7 @@
"type": "tidelift"
}
],
"time": "2023-09-20T07:40:46+00:00"
"time": "2023-10-25T18:53:19+00:00"
},
{
"name": "symfony/service-contracts",
@ -11540,16 +11540,16 @@
},
{
"name": "symfony/var-exporter",
"version": "v6.3.4",
"version": "v6.3.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691"
"reference": "374d289c13cb989027274c86206ddc63b16a2441"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/df1f8aac5751871b83d30bf3e2c355770f8f0691",
"reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/374d289c13cb989027274c86206ddc63b16a2441",
"reference": "374d289c13cb989027274c86206ddc63b16a2441",
"shasum": ""
},
"require": {
@ -11594,7 +11594,7 @@
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v6.3.4"
"source": "https://github.com/symfony/var-exporter/tree/v6.3.6"
},
"funding": [
{
@ -11610,7 +11610,7 @@
"type": "tidelift"
}
],
"time": "2023-08-16T18:14:47+00:00"
"time": "2023-10-13T09:16:49+00:00"
},
{
"name": "symfony/webpack-encore-bundle",
@ -13764,16 +13764,16 @@
},
{
"name": "symfony/dotenv",
"version": "v5.4.22",
"version": "v5.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
"reference": "77b7660bfcb85e8f28287d557d7af0046bcd2ca3"
"reference": "ceed2cd28442adcf3679a9a82dacd45baeefc458"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dotenv/zipball/77b7660bfcb85e8f28287d557d7af0046bcd2ca3",
"reference": "77b7660bfcb85e8f28287d557d7af0046bcd2ca3",
"url": "https://api.github.com/repos/symfony/dotenv/zipball/ceed2cd28442adcf3679a9a82dacd45baeefc458",
"reference": "ceed2cd28442adcf3679a9a82dacd45baeefc458",
"shasum": ""
},
"require": {
@ -13815,7 +13815,7 @@
"environment"
],
"support": {
"source": "https://github.com/symfony/dotenv/tree/v5.4.22"
"source": "https://github.com/symfony/dotenv/tree/v5.4.30"
},
"funding": [
{
@ -13831,7 +13831,7 @@
"type": "tidelift"
}
],
"time": "2023-03-09T20:36:58+00:00"
"time": "2023-10-26T16:37:39+00:00"
},
{
"name": "symfony/maker-bundle",