From 502033c67f4f9ae1b176fbe02b9c825e35d4bfff Mon Sep 17 00:00:00 2001 From: Jawira Portugal Date: Mon, 9 Feb 2026 14:04:32 +0100 Subject: [PATCH] chore: Update dependencies --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 2b7a94e..f809a20 100644 --- a/composer.json +++ b/composer.json @@ -15,10 +15,10 @@ "ext-curl": "*", "wsdltophp/wssecurity": "^2", "riverline/multipart-parser": "^2.1", - "symfony/serializer": "^6.4 || ^7.0", - "symfony/property-info": "^6.4 || ^7.0", - "symfony/property-access": "^6.4 || ^7.0", - "phpdocumentor/reflection-docblock": "^5.6", + "symfony/serializer": "^6.4 || ^7.0 || ^8.0", + "symfony/property-info": "^6.4 || ^7.0 || ^8.0", + "symfony/property-access": "^6.4 || ^7.0 || ^8.0", + "phpdocumentor/reflection-docblock": "^5.6 || ^6.0", "jawira/the-lost-functions": "^1.7" }, "require-dev": {