From 120a75ad17a2efebbc15e2e14d20c43f5d9a9bf6 Mon Sep 17 00:00:00 2001 From: James Freeman Date: Thu, 11 Jul 2024 09:38:10 +0100 Subject: [PATCH] allow newer versions of xeroapi/xero-php-oauth2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cfc22ef..d2ac36f 100755 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": "^7.3|^8.0|^8.1", - "xeroapi/xero-php-oauth2": "^2.0|^3.0", + "xeroapi/xero-php-oauth2": "^2.0|^3.0|^4.0|^5.0|^6.0", "laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": {