diff --git a/composer.json b/composer.json index 065a8b46..63873bf6 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ramsey/uuid": "^4.7.4", "symfony/config": "^6.2.5", "symfony/console": "^6.2.11", - "symfony/dependency-injection": "^6.3.0", + "symfony/dependency-injection": "^6.3.1", "symfony/dotenv": "^6.3.0", "symfony/error-handler": "^6.3.0", "symfony/flex": "^2.3.1", diff --git a/composer.lock b/composer.lock index 24852f22..278accfd 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "6e6895acc67e9f42fd752d7a659c8568", + "content-hash": "2dbcec93aaead01994c1e1b65eaf1c93", "packages": [ { "name": "brick/math", @@ -2172,16 +2172,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v6.3.0", + "version": "v6.3.1", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "ebf5f9c5bb5c21d75ab74995ce5e26c3fbbda44d" + "reference": "7abf242af21f196b65f20ab00ff251fdf3889b8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ebf5f9c5bb5c21d75ab74995ce5e26c3fbbda44d", - "reference": "ebf5f9c5bb5c21d75ab74995ce5e26c3fbbda44d", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7abf242af21f196b65f20ab00ff251fdf3889b8d", + "reference": "7abf242af21f196b65f20ab00ff251fdf3889b8d", "shasum": "" }, "require": { @@ -2233,7 +2233,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.3.0" + "source": "https://github.com/symfony/dependency-injection/tree/v6.3.1" }, "funding": [ { @@ -2249,7 +2249,7 @@ "type": "tidelift" } ], - "time": "2023-05-30T17:12:32+00:00" + "time": "2023-06-24T11:51:27+00:00" }, { "name": "symfony/deprecation-contracts",