diff --git a/composer.json b/composer.json index b1650e506..d8cbe94c5 100644 --- a/composer.json +++ b/composer.json @@ -90,7 +90,7 @@ "symfony/runtime": "7.1.*", "symfony/scheduler": "7.1.*", "symfony/security-bundle": "7.2.*", - "symfony/security-csrf": "7.1.*", + "symfony/security-csrf": "7.2.*", "symfony/serializer": "7.1.*", "symfony/string": "7.1.*", "symfony/translation": "7.1.*", diff --git a/composer.lock b/composer.lock index 93d3b7b34..d9da45255 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": "ba323b2cbb2379d2a5a414c02061dade", + "content-hash": "a495ed0349a1049ec0534fd2e5d3fc33", "packages": [ { "name": "aws/aws-crt-php", @@ -12264,16 +12264,16 @@ }, { "name": "symfony/security-csrf", - "version": "v7.1.6", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/security-csrf.git", - "reference": "23b460d3447fd61970e0ed5ec7a0301296a17f06" + "reference": "5d884aff316bd4f24c4c2ab4d5f02a00df4b08cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-csrf/zipball/23b460d3447fd61970e0ed5ec7a0301296a17f06", - "reference": "23b460d3447fd61970e0ed5ec7a0301296a17f06", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/5d884aff316bd4f24c4c2ab4d5f02a00df4b08cf", + "reference": "5d884aff316bd4f24c4c2ab4d5f02a00df4b08cf", "shasum": "" }, "require": { @@ -12284,7 +12284,9 @@ "symfony/http-foundation": "<6.4" }, "require-dev": { - "symfony/http-foundation": "^6.4|^7.0" + "psr/log": "^1|^2|^3", + "symfony/http-foundation": "^6.4|^7.0", + "symfony/http-kernel": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -12312,7 +12314,7 @@ "description": "Symfony Security Component - CSRF Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-csrf/tree/v7.1.6" + "source": "https://github.com/symfony/security-csrf/tree/v7.2.0" }, "funding": [ { @@ -12328,7 +12330,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-10-08T13:08:31+00:00" }, { "name": "symfony/security-http",