From 28e4a846f181595254bc8f8353564516fcd6cb6d Mon Sep 17 00:00:00 2001 From: Djordy Koert Date: Fri, 1 Nov 2024 11:32:30 +0100 Subject: [PATCH] ci: 5.x phpunit ci fix (#2374) ## Description Fix failing phpunit CI for 5.x ## What type of PR is this? (check all applicable) - [ ] Bug Fix - [ ] Feature - [ ] Refactor - [ ] Deprecation - [ ] Breaking Change - [ ] Documentation Update - [x] CI ## Checklist - [x] I have made corresponding changes to the documentation (`docs/`) - [x] I have made corresponding changes to the changelog (`CHANGELOG.md`) --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 809244d41..64a1db279 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,6 @@ "symfony/uid": "^5.4 || ^6.4 || ^7.0", "symfony/validator": "^5.4 || ^6.4 || ^7.0", "willdurand/hateoas-bundle": "^2.7@beta", - "willdurand/hateoas": "^3.11@beta", "willdurand/negotiation": "^3.0" }, "conflict": {