From 1ee7200f9935f12bc34b62b273825d47db9f875e Mon Sep 17 00:00:00 2001 From: yabbasdev Date: Sun, 29 Jun 2025 09:40:41 +0300 Subject: [PATCH 1/8] update composer --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d5d103c..c3cf4f0 100644 --- a/composer.json +++ b/composer.json @@ -13,12 +13,12 @@ "email": "colin@macsi.co.uk" }], "require": { - "php": "^7.3|^8.0|^8.1", + "php": "^7.3|^8.0|^8.1|^8.2|^8.3", "nesbot/carbon": "^1.26.3 || ^2.0", "guzzlehttp/guzzle": "~7.0|~6.0|~5.0|~4.0", "guzzlehttp/oauth-subscriber": "^0.6.0", "firebase/php-jwt": "^6.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "macsidigital/laravel-oauth2-client": "^1.2|^2.0" }, "require-dev": { From 2925654a6b6c2f0dd23da9e9165878d195cbfa9e Mon Sep 17 00:00:00 2001 From: yabbasdev Date: Sun, 29 Jun 2025 09:52:34 +0300 Subject: [PATCH 2/8] update name --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c3cf4f0..8360439 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { - "name": "macsidigital/laravel-api-client", + "name": "yabbasdev/laravel-api-client", "description": "Laravel API Client Builder package", "keywords": [ "macsidigital", "laravel-api-client" ], - "homepage": "https://github.com/macsidigital/laravel-api-client", + "homepage": "https://github.com/yabbasdev/laravel-api-client", "license": "MIT", "type": "library", "authors": [{ From dc2586cc27f8adc7cedc89f552d9be8bcada6739 Mon Sep 17 00:00:00 2001 From: yabbasdev Date: Sun, 29 Jun 2025 10:55:46 +0300 Subject: [PATCH 3/8] update laravel-oauth2-client --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index 8360439..11841e4 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,12 @@ "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0", "phpunit/phpunit": "^8.0|^9.0|^10.0" }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/yabbasdev/laravel-oauth2-client" + }, + ], "autoload": { "psr-4": { "MacsiDigital\\API\\": "src" From e3103585a7f7e2395189ea0cfe921c13a6c32179 Mon Sep 17 00:00:00 2001 From: yabbasdev Date: Sun, 29 Jun 2025 10:56:20 +0300 Subject: [PATCH 4/8] remove comma --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 11841e4..ad4962b 100644 --- a/composer.json +++ b/composer.json @@ -26,10 +26,10 @@ "phpunit/phpunit": "^8.0|^9.0|^10.0" }, "repositories": [ - { + { "type": "vcs", "url": "https://github.com/yabbasdev/laravel-oauth2-client" - }, + } ], "autoload": { "psr-4": { From 9b8b81af88bc6d2e79c97df111e4ed8499852880 Mon Sep 17 00:00:00 2001 From: yabbasdev Date: Sun, 29 Jun 2025 11:01:10 +0300 Subject: [PATCH 5/8] update --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ad4962b..b2a6811 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "guzzlehttp/oauth-subscriber": "^0.6.0", "firebase/php-jwt": "^6.0", "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "macsidigital/laravel-oauth2-client": "^1.2|^2.0" + "macsidigital/laravel-oauth2-client": "^dev-master" }, "require-dev": { "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0", From 1502b3149d979b786114e67926e1b484f528760b Mon Sep 17 00:00:00 2001 From: yabbasdev Date: Sun, 29 Jun 2025 11:01:48 +0300 Subject: [PATCH 6/8] fix --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b2a6811..079dfc8 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "guzzlehttp/oauth-subscriber": "^0.6.0", "firebase/php-jwt": "^6.0", "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "macsidigital/laravel-oauth2-client": "^dev-master" + "macsidigital/laravel-oauth2-client": "dev-master" }, "require-dev": { "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0", From eac9ded08d3bc1cafa964f78fa699c57c68826cd Mon Sep 17 00:00:00 2001 From: yabbasdev Date: Sun, 29 Jun 2025 11:03:21 +0300 Subject: [PATCH 7/8] update pakcage name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 079dfc8..e244863 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "guzzlehttp/oauth-subscriber": "^0.6.0", "firebase/php-jwt": "^6.0", "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "macsidigital/laravel-oauth2-client": "dev-master" + "yabbasdev/laravel-oauth2-client": "dev-master" }, "require-dev": { "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0", From 479c1ab45cf1febf7193293e91df3cc807de3a1e Mon Sep 17 00:00:00 2001 From: yabbasdev Date: Sun, 29 Jun 2025 14:51:58 +0300 Subject: [PATCH 8/8] laravel 12 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e244863..44d9ed4 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ }], "require": { "php": "^7.3|^8.0|^8.1|^8.2|^8.3", - "nesbot/carbon": "^1.26.3 || ^2.0", + "nesbot/carbon": "^1.26.3 || ^2.0 || ^3.0 || ^3.8.4", "guzzlehttp/guzzle": "~7.0|~6.0|~5.0|~4.0", "guzzlehttp/oauth-subscriber": "^0.6.0", "firebase/php-jwt": "^6.0", @@ -23,7 +23,7 @@ }, "require-dev": { "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0", - "phpunit/phpunit": "^8.0|^9.0|^10.0" + "phpunit/phpunit": "^8.0|^9.0|^10.0 | ^11.0" }, "repositories": [ {