From df8042fd29172a3555795e66d7a27b2203a72824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:51:42 +0000 Subject: [PATCH] build(deps): bump willdurand/hateoas from 3.12.0 to 3.13.0 Bumps [willdurand/hateoas](https://github.com/willdurand/Hateoas) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/willdurand/Hateoas/releases) - [Commits](https://github.com/willdurand/Hateoas/compare/3.12.0...3.13.0) --- updated-dependencies: - dependency-name: willdurand/hateoas dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index a7aa5c594..aaa12723c 100644 --- a/composer.lock +++ b/composer.lock @@ -14473,35 +14473,35 @@ }, { "name": "willdurand/hateoas", - "version": "3.12.0", + "version": "3.13.0", "source": { "type": "git", "url": "https://github.com/willdurand/Hateoas.git", - "reference": "4cb096e52603de2e3c7f6dc3128fe01bb944634e" + "reference": "4f19c5407d111de52c45e7b6dbea019ef072e3cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/4cb096e52603de2e3c7f6dc3128fe01bb944634e", - "reference": "4cb096e52603de2e3c7f6dc3128fe01bb944634e", + "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/4f19c5407d111de52c45e7b6dbea019ef072e3cd", + "reference": "4f19c5407d111de52c45e7b6dbea019ef072e3cd", "shasum": "" }, "require": { "jms/metadata": "^2.0", "jms/serializer": "^3.18.2", "php": "^8.1", - "symfony/expression-language": "^3.4.47 || ~4.0 || ~5.0 || ~6.0 || ~7.0" + "symfony/expression-language": "^5.4 || ^6.4 || ^7.3 || ^8.0" }, "require-dev": { "doctrine/annotations": "^1.13.2 || ^2.0", - "doctrine/coding-standard": "^12.0", + "doctrine/coding-standard": "^13.0.1", "doctrine/persistence": "^1.3.4 | ^2.0 | ^3.0", "pagerfanta/core": "^2.4 || ^3.0 || ^4.0", "phpdocumentor/type-resolver": "^1.5.1", "phpspec/prophecy": "^1.16", "phpspec/prophecy-phpunit": "^2.0.1", "phpunit/phpunit": "^10.5.38", - "symfony/routing": "^3.4.47 || ~4.0 || ~5.0 || ~6.0 || ~7.0", - "symfony/yaml": "^3.4.47 || ~4.0 || ~5.0 || ~6.0 || ~7.0", + "symfony/routing": "^5.4 || ^6.4 || ^7.3 || ^8.0", + "symfony/yaml": "^5.4 || ^6.4 || ^7.3 || ^8.0", "twig/twig": "^1.43 || ^2.13 || ^3.0" }, "suggest": { @@ -14541,9 +14541,9 @@ "description": "A PHP library to support implementing representations for HATEOAS REST web services", "support": { "issues": "https://github.com/willdurand/Hateoas/issues", - "source": "https://github.com/willdurand/Hateoas/tree/3.12.0" + "source": "https://github.com/willdurand/Hateoas/tree/3.13.0" }, - "time": "2024-11-09T06:05:24+00:00" + "time": "2025-12-20T19:05:59+00:00" }, { "name": "willdurand/hateoas-bundle",