From 750493396ef8a0f5042c99bf854f98e646d99cad Mon Sep 17 00:00:00 2001 From: Kyle Stevenson Date: Tue, 18 Nov 2025 12:01:34 +1000 Subject: [PATCH 1/2] Upgrade xero-php-oauth2 to v9/v10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ed1841e..1ec3d4c 100755 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ ], "require": { "php": "^8.2|^8.3|^8.4", - "xeroapi/xero-php-oauth2": "^7.1|^8.0", + "xeroapi/xero-php-oauth2": "^7.1|^8.0|^9.0|^10.0", "laravel/framework": "^10.0|^11.0|^12.0" }, "require-dev": { From 975df620e7e866d45911bba2809b2a3433c640c4 Mon Sep 17 00:00:00 2001 From: Matthew Hailwood Date: Thu, 27 Nov 2025 09:49:16 +1300 Subject: [PATCH 2/2] Update homepage and author information in composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1ec3d4c..39fe9b6 100755 --- a/composer.json +++ b/composer.json @@ -8,13 +8,13 @@ "laravel", "oauth2" ], - "homepage": "https://github.com/webfox/laravel-xero-oauth2", + "homepage": "https://github.com/foxbytehq/laravel-xero-oauth2", "license": "MIT", "authors": [ { "name": "Matthew Hailwood", - "email": "matthew@webfox.co.nz", - "homepage": "https://webfox.co.nz", + "email": "matthew@foxbyte.nz", + "homepage": "https://foxbyte.nz", "role": "Developer" }, {