Browse Source

Update the dependencies

pull/1379/head
Timothée Jaussoin 11 months ago
parent
commit
bb2e768660
  1. 104
      composer.lock

104
composer.lock

@ -1995,16 +1995,16 @@
},
{
"name": "illuminate/bus",
"version": "v10.48.22",
"version": "v10.48.23",
"source": {
"type": "git",
"url": "https://github.com/illuminate/bus.git",
"reference": "252e200dacaeb168675cbf1aa26dbead57492a6c"
"reference": "42cf510d0dcf20a1a27580290e283b7df2621bc7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/bus/zipball/252e200dacaeb168675cbf1aa26dbead57492a6c",
"reference": "252e200dacaeb168675cbf1aa26dbead57492a6c",
"url": "https://api.github.com/repos/illuminate/bus/zipball/42cf510d0dcf20a1a27580290e283b7df2621bc7",
"reference": "42cf510d0dcf20a1a27580290e283b7df2621bc7",
"shasum": ""
},
"require": {
@ -2044,11 +2044,11 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-05-24T17:00:27+00:00"
"time": "2024-11-11T20:53:37+00:00"
},
{
"name": "illuminate/collections",
"version": "v10.48.22",
"version": "v10.48.23",
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
@ -2103,7 +2103,7 @@
},
{
"name": "illuminate/conditionable",
"version": "v10.48.22",
"version": "v10.48.23",
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
@ -2149,7 +2149,7 @@
},
{
"name": "illuminate/container",
"version": "v10.48.22",
"version": "v10.48.23",
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
@ -2200,7 +2200,7 @@
},
{
"name": "illuminate/contracts",
"version": "v10.48.22",
"version": "v10.48.23",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
@ -2248,7 +2248,7 @@
},
{
"name": "illuminate/database",
"version": "v10.48.22",
"version": "v10.48.23",
"source": {
"type": "git",
"url": "https://github.com/illuminate/database.git",
@ -2321,7 +2321,7 @@
},
{
"name": "illuminate/events",
"version": "v10.48.22",
"version": "v10.48.23",
"source": {
"type": "git",
"url": "https://github.com/illuminate/events.git",
@ -2376,7 +2376,7 @@
},
{
"name": "illuminate/macroable",
"version": "v10.48.22",
"version": "v10.48.23",
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
@ -2422,7 +2422,7 @@
},
{
"name": "illuminate/pipeline",
"version": "v10.48.22",
"version": "v10.48.23",
"source": {
"type": "git",
"url": "https://github.com/illuminate/pipeline.git",
@ -2470,7 +2470,7 @@
},
{
"name": "illuminate/support",
"version": "v10.48.22",
"version": "v10.48.23",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
@ -2898,16 +2898,16 @@
},
{
"name": "monolog/monolog",
"version": "3.7.0",
"version": "3.8.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8"
"reference": "32e515fdc02cdafbe4593e30a9350d486b125b67"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f4393b648b78a5408747de94fca38beb5f7e9ef8",
"reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/32e515fdc02cdafbe4593e30a9350d486b125b67",
"reference": "32e515fdc02cdafbe4593e30a9350d486b125b67",
"shasum": ""
},
"require": {
@ -2927,12 +2927,14 @@
"guzzlehttp/psr7": "^2.2",
"mongodb/mongodb": "^1.8",
"php-amqplib/php-amqplib": "~2.4 || ^3",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^10.5.17",
"php-console/php-console": "^3.1.8",
"phpstan/phpstan": "^2",
"phpstan/phpstan-deprecation-rules": "^2",
"phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "^10.5.17 || ^11.0.7",
"predis/predis": "^1.1 || ^2",
"ruflin/elastica": "^7",
"rollbar/rollbar": "^4.0",
"ruflin/elastica": "^7 || ^8",
"symfony/mailer": "^5.4 || ^6",
"symfony/mime": "^5.4 || ^6"
},
@ -2983,7 +2985,7 @@
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/3.7.0"
"source": "https://github.com/Seldaek/monolog/tree/3.8.0"
},
"funding": [
{
@ -2995,7 +2997,7 @@
"type": "tidelift"
}
],
"time": "2024-06-28T09:40:51+00:00"
"time": "2024-11-12T13:57:08+00:00"
},
{
"name": "nesbot/carbon",
@ -5552,16 +5554,16 @@
},
{
"name": "symfony/console",
"version": "v6.4.14",
"version": "v6.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "897c2441ed4eec8a8a2c37b943427d24dba3f26b"
"reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/897c2441ed4eec8a8a2c37b943427d24dba3f26b",
"reference": "897c2441ed4eec8a8a2c37b943427d24dba3f26b",
"url": "https://api.github.com/repos/symfony/console/zipball/f1fc6f47283e27336e7cebb9e8946c8de7bff9bd",
"reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd",
"shasum": ""
},
"require": {
@ -5626,7 +5628,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v6.4.14"
"source": "https://github.com/symfony/console/tree/v6.4.15"
},
"funding": [
{
@ -5642,7 +5644,7 @@
"type": "tidelift"
}
],
"time": "2024-11-05T15:34:40+00:00"
"time": "2024-11-06T14:19:14+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -5779,16 +5781,16 @@
},
{
"name": "symfony/http-client",
"version": "v6.4.14",
"version": "v6.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "05d88cbd816ad6e0202edd9a9963cb9d615b8826"
"reference": "cb4073c905cd12b8496d24ac428a9228c1750670"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/05d88cbd816ad6e0202edd9a9963cb9d615b8826",
"reference": "05d88cbd816ad6e0202edd9a9963cb9d615b8826",
"url": "https://api.github.com/repos/symfony/http-client/zipball/cb4073c905cd12b8496d24ac428a9228c1750670",
"reference": "cb4073c905cd12b8496d24ac428a9228c1750670",
"shasum": ""
},
"require": {
@ -5852,7 +5854,7 @@
"http"
],
"support": {
"source": "https://github.com/symfony/http-client/tree/v6.4.14"
"source": "https://github.com/symfony/http-client/tree/v6.4.15"
},
"funding": [
{
@ -5868,7 +5870,7 @@
"type": "tidelift"
}
],
"time": "2024-11-05T16:39:55+00:00"
"time": "2024-11-13T13:40:18+00:00"
},
{
"name": "symfony/http-client-contracts",
@ -5950,16 +5952,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v6.4.14",
"version": "v6.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "ba020a321a95519303a3f09ec2824d34d601c388"
"reference": "9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/ba020a321a95519303a3f09ec2824d34d601c388",
"reference": "ba020a321a95519303a3f09ec2824d34d601c388",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6",
"reference": "9b3165eb2f04aeaa1a5a2cfef73e63fe3b22dff6",
"shasum": ""
},
"require": {
@ -5969,12 +5971,12 @@
"symfony/polyfill-php83": "^1.27"
},
"conflict": {
"symfony/cache": "<6.3"
"symfony/cache": "<6.4.12|>=7.0,<7.1.5"
},
"require-dev": {
"doctrine/dbal": "^2.13.1|^3|^4",
"predis/predis": "^1.1|^2.0",
"symfony/cache": "^6.3|^7.0",
"symfony/cache": "^6.4.12|^7.1.5",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/expression-language": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
@ -6007,7 +6009,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v6.4.14"
"source": "https://github.com/symfony/http-foundation/tree/v6.4.15"
},
"funding": [
{
@ -6023,7 +6025,7 @@
"type": "tidelift"
}
],
"time": "2024-11-05T16:39:55+00:00"
"time": "2024-11-08T16:09:24+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -6667,16 +6669,16 @@
},
{
"name": "symfony/string",
"version": "v6.4.13",
"version": "v6.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "38371c60c71c72b3d64d8d76f6b1bb81a2cc3627"
"reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/38371c60c71c72b3d64d8d76f6b1bb81a2cc3627",
"reference": "38371c60c71c72b3d64d8d76f6b1bb81a2cc3627",
"url": "https://api.github.com/repos/symfony/string/zipball/73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
"reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
"shasum": ""
},
"require": {
@ -6733,7 +6735,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v6.4.13"
"source": "https://github.com/symfony/string/tree/v6.4.15"
},
"funding": [
{
@ -6749,7 +6751,7 @@
"type": "tidelift"
}
],
"time": "2024-09-25T14:18:03+00:00"
"time": "2024-11-13T13:31:12+00:00"
},
{
"name": "symfony/translation",

Loading…
Cancel
Save