From 05ead6bb6bcd2b6f96dfae87c769dcd3e5f6129d Mon Sep 17 00:00:00 2001 From: Matthew Setter Date: Thu, 2 Mar 2023 14:52:47 +0100 Subject: [PATCH] Fix requiring multiple different versions of PHP and firebase/php-jwt --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8846e4f..b6a5447 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ "keycloak" ], "require": { - "php": "~7.2|~8.0", + "php": "~7.2 || ~8.0", "league/oauth2-client": "^2.0", - "firebase/php-jwt": "~4.0|~5.0|~6.0" + "firebase/php-jwt": "^4.0 || ^5.0 || ^6.0" }, "require-dev": { "phpunit/phpunit": "~9.6.4",