Update package versions and dependencies for multiple Symfony components.

This commit is contained in:
Jeroen De Meerleer 2024-03-26 15:47:45 +01:00
parent 60de619080
commit a3c53ffc80
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
2 changed files with 876 additions and 872 deletions

276
composer.lock generated
View File

@ -8,28 +8,28 @@
"packages": [ "packages": [
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
"version": "1.4.0", "version": "1.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/ca-bundle.git", "url": "https://github.com/composer/ca-bundle.git",
"reference": "b66d11b7479109ab547f9405b97205640b17d385" "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/b66d11b7479109ab547f9405b97205640b17d385", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0c5ccfcfea312b5c5a190a21ac5cef93f74baf99",
"reference": "b66d11b7479109ab547f9405b97205640b17d385", "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-openssl": "*", "ext-openssl": "*",
"ext-pcre": "*", "ext-pcre": "*",
"php": "^5.3.2 || ^7.0 || ^8.0" "php": "^7.2 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "^0.12.55", "phpstan/phpstan": "^1.10",
"psr/log": "^1.0", "psr/log": "^1.0",
"symfony/phpunit-bridge": "^4.2 || ^5", "symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -64,7 +64,7 @@
"support": { "support": {
"irc": "irc://irc.freenode.org/composer", "irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues", "issues": "https://github.com/composer/ca-bundle/issues",
"source": "https://github.com/composer/ca-bundle/tree/1.4.0" "source": "https://github.com/composer/ca-bundle/tree/1.5.0"
}, },
"funding": [ "funding": [
{ {
@ -80,7 +80,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-12-18T12:05:55+00:00" "time": "2024-03-15T14:00:32+00:00"
}, },
{ {
"name": "erusev/parsedown", "name": "erusev/parsedown",
@ -134,16 +134,16 @@
}, },
{ {
"name": "nelmio/security-bundle", "name": "nelmio/security-bundle",
"version": "v3.1.1", "version": "v3.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nelmio/NelmioSecurityBundle.git", "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
"reference": "9ae9fabf708ec5899cda46b2d764864bceaa9c8e" "reference": "b9b68b4f06b7dd8a02d95780fe67885414422d5f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/9ae9fabf708ec5899cda46b2d764864bceaa9c8e", "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/b9b68b4f06b7dd8a02d95780fe67885414422d5f",
"reference": "9ae9fabf708ec5899cda46b2d764864bceaa9c8e", "reference": "b9b68b4f06b7dd8a02d95780fe67885414422d5f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -201,9 +201,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nelmio/NelmioSecurityBundle/issues", "issues": "https://github.com/nelmio/NelmioSecurityBundle/issues",
"source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v3.1.1" "source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v3.2.0"
}, },
"time": "2024-01-17T14:32:52+00:00" "time": "2024-03-08T08:58:40+00:00"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",
@ -478,16 +478,16 @@
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/cache.git", "url": "https://github.com/symfony/cache.git",
"reference": "2207eceb2433d74df81232d97439bf508cb9e050" "reference": "fc822951dd360a593224bb2cef90a087d0dff60f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/2207eceb2433d74df81232d97439bf508cb9e050", "url": "https://api.github.com/repos/symfony/cache/zipball/fc822951dd360a593224bb2cef90a087d0dff60f",
"reference": "2207eceb2433d74df81232d97439bf508cb9e050", "reference": "fc822951dd360a593224bb2cef90a087d0dff60f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -554,7 +554,7 @@
"psr6" "psr6"
], ],
"support": { "support": {
"source": "https://github.com/symfony/cache/tree/v7.0.3" "source": "https://github.com/symfony/cache/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -570,7 +570,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-23T15:02:46+00:00" "time": "2024-02-22T20:27:20+00:00"
}, },
{ {
"name": "symfony/cache-contracts", "name": "symfony/cache-contracts",
@ -650,16 +650,16 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16" "reference": "44deeba7233f08f383185ffa37dace3b3bc87364"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16", "url": "https://api.github.com/repos/symfony/config/zipball/44deeba7233f08f383185ffa37dace3b3bc87364",
"reference": "86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16", "reference": "44deeba7233f08f383185ffa37dace3b3bc87364",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -705,7 +705,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/config/tree/v7.0.3" "source": "https://github.com/symfony/config/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -721,20 +721,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-30T08:34:29+00:00" "time": "2024-02-26T07:52:39+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "c5010d50f1ee4b25cfa0201d9915cf1b14071456" "reference": "6b099f3306f7c9c2d2786ed736d0026b2903205f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/c5010d50f1ee4b25cfa0201d9915cf1b14071456", "url": "https://api.github.com/repos/symfony/console/zipball/6b099f3306f7c9c2d2786ed736d0026b2903205f",
"reference": "c5010d50f1ee4b25cfa0201d9915cf1b14071456", "reference": "6b099f3306f7c9c2d2786ed736d0026b2903205f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -798,7 +798,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v7.0.3" "source": "https://github.com/symfony/console/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -814,20 +814,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-23T15:02:46+00:00" "time": "2024-02-22T20:27:20+00:00"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "e915c6684b8e3ae90a4441f6823ebbb40edf0b92" "reference": "47f37af245df8457ea63409fc242b3cc825ce5eb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e915c6684b8e3ae90a4441f6823ebbb40edf0b92", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/47f37af245df8457ea63409fc242b3cc825ce5eb",
"reference": "e915c6684b8e3ae90a4441f6823ebbb40edf0b92", "reference": "47f37af245df8457ea63409fc242b3cc825ce5eb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -878,7 +878,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application", "description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dependency-injection/tree/v7.0.3" "source": "https://github.com/symfony/dependency-injection/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -894,7 +894,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-30T08:34:29+00:00" "time": "2024-02-22T20:27:20+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@ -965,16 +965,16 @@
}, },
{ {
"name": "symfony/dotenv", "name": "symfony/dotenv",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dotenv.git", "url": "https://github.com/symfony/dotenv.git",
"reference": "4c69bf8ff41bd959050033eccb28ebe4b5c9b012" "reference": "8017ea2f0ff4fbda6ae1bf3f5409d5ecff982067"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dotenv/zipball/4c69bf8ff41bd959050033eccb28ebe4b5c9b012", "url": "https://api.github.com/repos/symfony/dotenv/zipball/8017ea2f0ff4fbda6ae1bf3f5409d5ecff982067",
"reference": "4c69bf8ff41bd959050033eccb28ebe4b5c9b012", "reference": "8017ea2f0ff4fbda6ae1bf3f5409d5ecff982067",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1019,7 +1019,7 @@
"environment" "environment"
], ],
"support": { "support": {
"source": "https://github.com/symfony/dotenv/tree/v7.0.3" "source": "https://github.com/symfony/dotenv/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -1035,20 +1035,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-23T15:02:46+00:00" "time": "2024-02-09T10:53:15+00:00"
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/error-handler.git", "url": "https://github.com/symfony/error-handler.git",
"reference": "9441608b79577176b6d8e44012cc3d20b4b45242" "reference": "677b24759decff69e65b1e9d1471d90f95ced880"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/9441608b79577176b6d8e44012cc3d20b4b45242", "url": "https://api.github.com/repos/symfony/error-handler/zipball/677b24759decff69e65b1e9d1471d90f95ced880",
"reference": "9441608b79577176b6d8e44012cc3d20b4b45242", "reference": "677b24759decff69e65b1e9d1471d90f95ced880",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1094,7 +1094,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code", "description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/error-handler/tree/v7.0.3" "source": "https://github.com/symfony/error-handler/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -1110,7 +1110,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-29T15:41:16+00:00" "time": "2024-02-22T20:27:20+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
@ -1397,16 +1397,16 @@
}, },
{ {
"name": "symfony/flex", "name": "symfony/flex",
"version": "v2.4.4", "version": "v2.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/flex.git", "url": "https://github.com/symfony/flex.git",
"reference": "bec213c39511eda66663baa2ee7440c65f89c695" "reference": "b0a405f40614c9f584b489d54f91091817b0e26e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/bec213c39511eda66663baa2ee7440c65f89c695", "url": "https://api.github.com/repos/symfony/flex/zipball/b0a405f40614c9f584b489d54f91091817b0e26e",
"reference": "bec213c39511eda66663baa2ee7440c65f89c695", "reference": "b0a405f40614c9f584b489d54f91091817b0e26e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1442,7 +1442,7 @@
"description": "Composer plugin for Symfony", "description": "Composer plugin for Symfony",
"support": { "support": {
"issues": "https://github.com/symfony/flex/issues", "issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v2.4.4" "source": "https://github.com/symfony/flex/tree/v2.4.5"
}, },
"funding": [ "funding": [
{ {
@ -1458,20 +1458,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-02-05T18:04:53+00:00" "time": "2024-03-02T08:16:47+00:00"
}, },
{ {
"name": "symfony/framework-bundle", "name": "symfony/framework-bundle",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/framework-bundle.git", "url": "https://github.com/symfony/framework-bundle.git",
"reference": "3584457e3dbea9d6d43726e52c18672489669ff5" "reference": "b58bcb2f9c32405b8fbaa24a1e38c8a10bad7b21"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/3584457e3dbea9d6d43726e52c18672489669ff5", "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/b58bcb2f9c32405b8fbaa24a1e38c8a10bad7b21",
"reference": "3584457e3dbea9d6d43726e52c18672489669ff5", "reference": "b58bcb2f9c32405b8fbaa24a1e38c8a10bad7b21",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1509,7 +1509,7 @@
"symfony/mime": "<6.4", "symfony/mime": "<6.4",
"symfony/property-access": "<6.4", "symfony/property-access": "<6.4",
"symfony/property-info": "<6.4", "symfony/property-info": "<6.4",
"symfony/scheduler": "<6.4.3|>=7.0.0,<7.0.3", "symfony/scheduler": "<6.4.4|>=7.0.0,<7.0.4",
"symfony/security-core": "<6.4", "symfony/security-core": "<6.4",
"symfony/security-csrf": "<6.4", "symfony/security-csrf": "<6.4",
"symfony/serializer": "<6.4", "symfony/serializer": "<6.4",
@ -1547,7 +1547,7 @@
"symfony/process": "^6.4|^7.0", "symfony/process": "^6.4|^7.0",
"symfony/property-info": "^6.4|^7.0", "symfony/property-info": "^6.4|^7.0",
"symfony/rate-limiter": "^6.4|^7.0", "symfony/rate-limiter": "^6.4|^7.0",
"symfony/scheduler": "^6.4.3|^7.0.3", "symfony/scheduler": "^6.4.4|^7.0.4",
"symfony/security-bundle": "^6.4|^7.0", "symfony/security-bundle": "^6.4|^7.0",
"symfony/semaphore": "^6.4|^7.0", "symfony/semaphore": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0", "symfony/serializer": "^6.4|^7.0",
@ -1588,7 +1588,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/framework-bundle/tree/v7.0.3" "source": "https://github.com/symfony/framework-bundle/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -1604,20 +1604,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-29T15:41:16+00:00" "time": "2024-02-26T07:52:39+00:00"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "f24e2568376e98978022fd09ce45e2dd049e67c8" "reference": "439fdfdd344943254b1ef6278613e79040548045"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/f24e2568376e98978022fd09ce45e2dd049e67c8", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/439fdfdd344943254b1ef6278613e79040548045",
"reference": "f24e2568376e98978022fd09ce45e2dd049e67c8", "reference": "439fdfdd344943254b1ef6278613e79040548045",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1665,7 +1665,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v7.0.3" "source": "https://github.com/symfony/http-foundation/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -1681,20 +1681,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-23T15:02:46+00:00" "time": "2024-02-08T19:22:56+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v7.0.3", "version": "v7.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "6352029d6667e8ac5b54aae95afe10b2706b31ac" "reference": "37c24ca28f65e3121a68f3dd4daeb36fb1fa2a72"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/6352029d6667e8ac5b54aae95afe10b2706b31ac", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/37c24ca28f65e3121a68f3dd4daeb36fb1fa2a72",
"reference": "6352029d6667e8ac5b54aae95afe10b2706b31ac", "reference": "37c24ca28f65e3121a68f3dd4daeb36fb1fa2a72",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1742,7 +1742,7 @@
"symfony/process": "^6.4|^7.0", "symfony/process": "^6.4|^7.0",
"symfony/property-access": "^6.4|^7.0", "symfony/property-access": "^6.4|^7.0",
"symfony/routing": "^6.4|^7.0", "symfony/routing": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0", "symfony/serializer": "^6.4.4|^7.0.4",
"symfony/stopwatch": "^6.4|^7.0", "symfony/stopwatch": "^6.4|^7.0",
"symfony/translation": "^6.4|^7.0", "symfony/translation": "^6.4|^7.0",
"symfony/translation-contracts": "^2.5|^3", "symfony/translation-contracts": "^2.5|^3",
@ -1777,7 +1777,7 @@
"description": "Provides a structured process for converting a Request into a Response", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v7.0.3" "source": "https://github.com/symfony/http-kernel/tree/v7.0.5"
}, },
"funding": [ "funding": [
{ {
@ -1793,20 +1793,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-31T07:32:56+00:00" "time": "2024-03-04T21:05:24+00:00"
}, },
{ {
"name": "symfony/password-hasher", "name": "symfony/password-hasher",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/password-hasher.git", "url": "https://github.com/symfony/password-hasher.git",
"reference": "c2447171293bd73dabeae293c8d9d824b444babf" "reference": "0eba656c16ecdf5588b3ddd2b2337b06173d839f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/c2447171293bd73dabeae293c8d9d824b444babf", "url": "https://api.github.com/repos/symfony/password-hasher/zipball/0eba656c16ecdf5588b3ddd2b2337b06173d839f",
"reference": "c2447171293bd73dabeae293c8d9d824b444babf", "reference": "0eba656c16ecdf5588b3ddd2b2337b06173d839f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1849,7 +1849,7 @@
"password" "password"
], ],
"support": { "support": {
"source": "https://github.com/symfony/password-hasher/tree/v7.0.3" "source": "https://github.com/symfony/password-hasher/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -1865,7 +1865,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-23T15:02:46+00:00" "time": "2024-02-12T11:15:03+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-grapheme", "name": "symfony/polyfill-intl-grapheme",
@ -2185,16 +2185,16 @@
}, },
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-access.git", "url": "https://github.com/symfony/property-access.git",
"reference": "5c7814d1a84bc11254c5bc761d9878b04e708dec" "reference": "44e3746d4de8d0961a44ee332c74dd0918266127"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/property-access/zipball/5c7814d1a84bc11254c5bc761d9878b04e708dec", "url": "https://api.github.com/repos/symfony/property-access/zipball/44e3746d4de8d0961a44ee332c74dd0918266127",
"reference": "5c7814d1a84bc11254c5bc761d9878b04e708dec", "reference": "44e3746d4de8d0961a44ee332c74dd0918266127",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2241,7 +2241,7 @@
"reflection" "reflection"
], ],
"support": { "support": {
"source": "https://github.com/symfony/property-access/tree/v7.0.3" "source": "https://github.com/symfony/property-access/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -2257,7 +2257,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-23T15:02:46+00:00" "time": "2024-02-16T13:44:10+00:00"
}, },
{ {
"name": "symfony/property-info", "name": "symfony/property-info",
@ -2344,16 +2344,16 @@
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v7.0.3", "version": "v7.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "858b26756ffc35a11238b269b484ee3a393a74d3" "reference": "ba6bf07d43289c6a4b4591ddb75bc3bc5f069c19"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/858b26756ffc35a11238b269b484ee3a393a74d3", "url": "https://api.github.com/repos/symfony/routing/zipball/ba6bf07d43289c6a4b4591ddb75bc3bc5f069c19",
"reference": "858b26756ffc35a11238b269b484ee3a393a74d3", "reference": "ba6bf07d43289c6a4b4591ddb75bc3bc5f069c19",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2405,7 +2405,7 @@
"url" "url"
], ],
"support": { "support": {
"source": "https://github.com/symfony/routing/tree/v7.0.3" "source": "https://github.com/symfony/routing/tree/v7.0.5"
}, },
"funding": [ "funding": [
{ {
@ -2421,7 +2421,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-30T13:55:15+00:00" "time": "2024-02-27T12:34:35+00:00"
}, },
{ {
"name": "symfony/runtime", "name": "symfony/runtime",
@ -2656,16 +2656,16 @@
}, },
{ {
"name": "symfony/security-http", "name": "symfony/security-http",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-http.git", "url": "https://github.com/symfony/security-http.git",
"reference": "d974526dc43525a17bd588e45f86f382edd57331" "reference": "f3a70a937128f47366821a9f4b5dbfaa0ba9c862"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-http/zipball/d974526dc43525a17bd588e45f86f382edd57331", "url": "https://api.github.com/repos/symfony/security-http/zipball/f3a70a937128f47366821a9f4b5dbfaa0ba9c862",
"reference": "d974526dc43525a17bd588e45f86f382edd57331", "reference": "f3a70a937128f47366821a9f4b5dbfaa0ba9c862",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2723,7 +2723,7 @@
"description": "Symfony Security Component - HTTP Integration", "description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/security-http/tree/v7.0.3" "source": "https://github.com/symfony/security-http/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -2739,7 +2739,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-23T15:02:46+00:00" "time": "2024-02-26T07:52:39+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
@ -2825,16 +2825,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "524aac4a280b90a4420d8d6a040718d0586505ac" "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/524aac4a280b90a4420d8d6a040718d0586505ac", "url": "https://api.github.com/repos/symfony/string/zipball/f5832521b998b0bec40bee688ad5de98d4cf111b",
"reference": "524aac4a280b90a4420d8d6a040718d0586505ac", "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2891,7 +2891,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v7.0.3" "source": "https://github.com/symfony/string/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -2907,7 +2907,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-29T15:41:16+00:00" "time": "2024-02-01T13:17:36+00:00"
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
@ -2989,16 +2989,16 @@
}, },
{ {
"name": "symfony/twig-bridge", "name": "symfony/twig-bridge",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/twig-bridge.git", "url": "https://github.com/symfony/twig-bridge.git",
"reference": "414ff6930889262a11ec67f351e9810dd8565b0d" "reference": "d16aa4eb5bdaeb6e7407782431dc70530f3b1df5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/414ff6930889262a11ec67f351e9810dd8565b0d", "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/d16aa4eb5bdaeb6e7407782431dc70530f3b1df5",
"reference": "414ff6930889262a11ec67f351e9810dd8565b0d", "reference": "d16aa4eb5bdaeb6e7407782431dc70530f3b1df5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3077,7 +3077,7 @@
"description": "Provides integration for Twig with various Symfony components", "description": "Provides integration for Twig with various Symfony components",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/twig-bridge/tree/v7.0.3" "source": "https://github.com/symfony/twig-bridge/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -3093,20 +3093,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-30T08:34:29+00:00" "time": "2024-02-15T11:33:06+00:00"
}, },
{ {
"name": "symfony/twig-bundle", "name": "symfony/twig-bundle",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/twig-bundle.git", "url": "https://github.com/symfony/twig-bundle.git",
"reference": "6fbf0cc2b0d0208be4881ff6069665687396b323" "reference": "acab2368f53491e018bf31ef48b39df55a6812ef"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/6fbf0cc2b0d0208be4881ff6069665687396b323", "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/acab2368f53491e018bf31ef48b39df55a6812ef",
"reference": "6fbf0cc2b0d0208be4881ff6069665687396b323", "reference": "acab2368f53491e018bf31ef48b39df55a6812ef",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3161,7 +3161,7 @@
"description": "Provides a tight integration of Twig into the Symfony full-stack framework", "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/twig-bundle/tree/v7.0.3" "source": "https://github.com/symfony/twig-bundle/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -3177,20 +3177,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-23T15:02:46+00:00" "time": "2024-02-15T11:33:06+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "a7a061abbf6fe3d4a79032cbc5149a4d65a10234" "reference": "e03ad7c1535e623edbb94c22cc42353e488c6670"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/a7a061abbf6fe3d4a79032cbc5149a4d65a10234", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e03ad7c1535e623edbb94c22cc42353e488c6670",
"reference": "a7a061abbf6fe3d4a79032cbc5149a4d65a10234", "reference": "e03ad7c1535e623edbb94c22cc42353e488c6670",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3244,7 +3244,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v7.0.3" "source": "https://github.com/symfony/var-dumper/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -3260,20 +3260,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-23T15:02:46+00:00" "time": "2024-02-15T11:33:06+00:00"
}, },
{ {
"name": "symfony/var-exporter", "name": "symfony/var-exporter",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-exporter.git", "url": "https://github.com/symfony/var-exporter.git",
"reference": "1fb79308cb5fc2b44bff6e8af10a5af6812e05b8" "reference": "dfb0acb6803eb714f05d97dd4c5abe6d5fa9fe41"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/1fb79308cb5fc2b44bff6e8af10a5af6812e05b8", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/dfb0acb6803eb714f05d97dd4c5abe6d5fa9fe41",
"reference": "1fb79308cb5fc2b44bff6e8af10a5af6812e05b8", "reference": "dfb0acb6803eb714f05d97dd4c5abe6d5fa9fe41",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3318,7 +3318,7 @@
"serialize" "serialize"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-exporter/tree/v7.0.3" "source": "https://github.com/symfony/var-exporter/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -3334,7 +3334,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-23T15:02:46+00:00" "time": "2024-02-26T10:35:24+00:00"
}, },
{ {
"name": "symfony/webpack-encore-bundle", "name": "symfony/webpack-encore-bundle",
@ -3679,16 +3679,16 @@
}, },
{ {
"name": "symfony/web-profiler-bundle", "name": "symfony/web-profiler-bundle",
"version": "v7.0.3", "version": "v7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git", "url": "https://github.com/symfony/web-profiler-bundle.git",
"reference": "320dbcaa6e3a72797a614216703df8b187f19265" "reference": "542daea1345fe181cbfd52db00717174a838ea0a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/320dbcaa6e3a72797a614216703df8b187f19265", "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/542daea1345fe181cbfd52db00717174a838ea0a",
"reference": "320dbcaa6e3a72797a614216703df8b187f19265", "reference": "542daea1345fe181cbfd52db00717174a838ea0a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3740,7 +3740,7 @@
"dev" "dev"
], ],
"support": { "support": {
"source": "https://github.com/symfony/web-profiler-bundle/tree/v7.0.3" "source": "https://github.com/symfony/web-profiler-bundle/tree/v7.0.4"
}, },
"funding": [ "funding": [
{ {
@ -3756,7 +3756,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-29T15:41:16+00:00" "time": "2024-02-22T20:27:20+00:00"
} }
], ],
"aliases": [], "aliases": [],

1472
package-lock.json generated

File diff suppressed because it is too large Load Diff