From 4b50212f845582dacb726828434118f7db6f0b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:25:41 +0100 Subject: [PATCH] build(deps): bump rize/uri-template from 0.3.8 to 0.4.0 (#653) --- composer.lock | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 9b734cb..76c08c0 100644 --- a/composer.lock +++ b/composer.lock @@ -296,23 +296,25 @@ }, { "name": "rize/uri-template", - "version": "0.3.8", + "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/rize/UriTemplate.git", - "reference": "34a5b96d0b65a5dddb7d20f09b6527a43faede24" + "reference": "56f374a9a42c7c3998f8b55b6b21b224de90c58b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rize/UriTemplate/zipball/34a5b96d0b65a5dddb7d20f09b6527a43faede24", - "reference": "34a5b96d0b65a5dddb7d20f09b6527a43faede24", + "url": "https://api.github.com/repos/rize/UriTemplate/zipball/56f374a9a42c7c3998f8b55b6b21b224de90c58b", + "reference": "56f374a9a42c7c3998f8b55b6b21b224de90c58b", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "~4.8.36" + "friendsofphp/php-cs-fixer": "^3.63", + "phpstan/phpstan": "^1.12", + "phpunit/phpunit": "~10.0" }, "type": "library", "autoload": { @@ -338,7 +340,7 @@ ], "support": { "issues": "https://github.com/rize/UriTemplate/issues", - "source": "https://github.com/rize/UriTemplate/tree/0.3.8" + "source": "https://github.com/rize/UriTemplate/tree/0.4.0" }, "funding": [ { @@ -354,7 +356,7 @@ "type": "open_collective" } ], - "time": "2024-08-30T07:09:40+00:00" + "time": "2024-11-27T12:13:42+00:00" }, { "name": "symfony/deprecation-contracts",