From 35aeca35a244bc7fb6b8c2dd89e89c26aac9751c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:18:03 +0000 Subject: [PATCH] Update symfony/polyfill-php81 requirement from ^1.29 to ^1.30 Updates the requirements on [symfony/polyfill-php81](https://github.com/symfony/polyfill-php81) to permit the latest version. - [Commits](https://github.com/symfony/polyfill-php81/compare/v1.29.0...v1.30.0) --- updated-dependencies: - dependency-name: symfony/polyfill-php81 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9eda381..07ad2d9 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "psr/http-message": "^1.1 || ^2.0", "slim/slim": "^4.12", "twig/twig": "^3.8", - "symfony/polyfill-php81": "^1.29" + "symfony/polyfill-php81": "^1.30" }, "require-dev": { "phpunit/phpunit": "^9.6",