From b5bcebdf61e3d46e0cc6a6b7480ad41bc05a04de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:13:19 +0000 Subject: [PATCH] deps(deps): bump phpnomad/rest from 2.0.2 to 2.0.3 Bumps [phpnomad/rest](https://github.com/phpnomad/rest) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/phpnomad/rest/releases) - [Commits](https://github.com/phpnomad/rest/compare/2.0.2...2.0.3) --- updated-dependencies: - dependency-name: phpnomad/rest dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index d1af2a1..126f20c 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": "6c26a1bb8352c6d9eccb58288acd8138", + "content-hash": "1816eb4d3973579fe8b3d5970436972a", "packages": [ { "name": "nikic/fast-route", @@ -490,16 +490,16 @@ }, { "name": "phpnomad/rest", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/phpnomad/rest.git", - "reference": "4992954efd81ddf0d458725623a776683f2c3e75" + "reference": "d1e908b2d4c50b0b6f5247139a4a06fa4f571430" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpnomad/rest/zipball/4992954efd81ddf0d458725623a776683f2c3e75", - "reference": "4992954efd81ddf0d458725623a776683f2c3e75", + "url": "https://api.github.com/repos/phpnomad/rest/zipball/d1e908b2d4c50b0b6f5247139a4a06fa4f571430", + "reference": "d1e908b2d4c50b0b6f5247139a4a06fa4f571430", "shasum": "" }, "require": { @@ -507,7 +507,7 @@ "phpnomad/cache": "^1.0", "phpnomad/enum-polyfill": "^1.0", "phpnomad/event": "^1.0", - "phpnomad/http": "^1.0", + "phpnomad/http": "^1.1", "phpnomad/utils": "^1.0" }, "require-dev": { @@ -532,9 +532,9 @@ "homepage": "https://github.com/phpnomad/core", "support": { "issues": "https://github.com/phpnomad/rest/issues", - "source": "https://github.com/phpnomad/rest/tree/2.0.2" + "source": "https://github.com/phpnomad/rest/tree/2.0.3" }, - "time": "2025-03-27T10:10:19+00:00" + "time": "2025-09-13T16:09:05+00:00" }, { "name": "phpnomad/singleton",