diff --git a/composer.json b/composer.json index 8f4ffa2..26e7fa8 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "flawe/flare-bundle", - "description": "Send symfony errors to Flare", + "description": "Send Symfony errors to Flare", "license": "MIT", "type": "symfony-bundle", "authors": [ @@ -35,5 +35,10 @@ "analyse": "phpstan analyse ./phpstan.neon", "check": "php-cs-fixer check", "fix": "php-cs-fixer fix" + }, + "extra": { + "symfony": { + "allow-contrib": "true" + } } } diff --git a/composer.lock b/composer.lock index 57b30fe..3376621 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": "70710aeeb22440e0c86303da7b895bff", + "content-hash": "eacff64529ad68c384a202f27cb280dd", "packages": [ { "name": "guzzlehttp/guzzle", @@ -218,16 +218,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.10.1", + "version": "2.10.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "73ab136360b5dfd858006eae9795e8fe43c80361" + "reference": "a1bbdc172f32a25fe999965b65b6e71fd87da9ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/73ab136360b5dfd858006eae9795e8fe43c80361", - "reference": "73ab136360b5dfd858006eae9795e8fe43c80361", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/a1bbdc172f32a25fe999965b65b6e71fd87da9ed", + "reference": "a1bbdc172f32a25fe999965b65b6e71fd87da9ed", "shasum": "" }, "require": { @@ -315,7 +315,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.10.1" + "source": "https://github.com/guzzle/psr7/tree/2.10.2" }, "funding": [ { @@ -331,7 +331,7 @@ "type": "tidelift" } ], - "time": "2026-05-20T09:27:36+00:00" + "time": "2026-05-25T22:58:15+00:00" }, { "name": "monolog/monolog",