From 32ad5dab4c905ad301a383155cbc71ee40b69000 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 7 Dec 2023 09:39:14 +0100 Subject: [PATCH] #19 Update dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8c8d6ce..eca4402 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ "homepage": "https://github.com/PouleR/apple-music-api", "type": "library", "require-dev": { - "phpunit/phpunit": "^9", + "phpunit/phpunit": "^10", "squizlabs/php_codesniffer": "^3.0" }, "require": { "php": ">=8.1", "ext-json": "*", - "symfony/http-client": "^5.4|^6.0", + "symfony/http-client": "^6|^7", "web-token/jwt-key-mgmt": "^3.0", "web-token/jwt-signature": "^3.0", "web-token/jwt-signature-algorithm-ecdsa": "^3.0"