From c8bde82dc716fe4309c27b853d08c125c360acbb Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 27 Jan 2025 21:50:40 +0000 Subject: [PATCH] Update rize/uri-template to v0.4 --- composer.json | 2 +- composer.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 082079d..4e383a8 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "mezzio/mezzio": "^3.15", "psr/http-message": "^1.0 || ^2.0", "psr/http-server-middleware": "^1.0", - "rize/uri-template": "^0.3.5", + "rize/uri-template": "^0.4", "symfony/yaml": "^7.0", "webimpress/safe-writer": "^2.2", "willdurand/negotiation": "^3.1" diff --git a/composer.lock b/composer.lock index 489f275..2584bce 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": "b171c64623026935704691a86eb0d86e", + "content-hash": "80593497866ba502a3fa2956ee4bc7d7", "packages": [ { "name": "devizzent/cebe-php-openapi", @@ -1685,23 +1685,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": { @@ -1727,7 +1729,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": [ { @@ -1743,7 +1745,7 @@ "type": "open_collective" } ], - "time": "2024-08-30T07:09:40+00:00" + "time": "2024-11-27T12:13:42+00:00" }, { "name": "symfony/deprecation-contracts",