From c38f4d3089fd27e314bc5cc71f2b68185ec5610e Mon Sep 17 00:00:00 2001 From: Mauricio Rodrigues Date: Thu, 4 Aug 2022 15:04:32 +0100 Subject: [PATCH 1/5] add support to Laravel 9 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 024c008..1e26fbf 100644 --- a/composer.json +++ b/composer.json @@ -18,11 +18,11 @@ "require": { "php": ">=7.1", "ext-json": "*", - "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0", - "illuminate/filesystem": "^5.5|^6.0|^7.0|^8.0", - "illuminate/http": "^5.5|^6.0|^7.0|^8.0", - "illuminate/routing": "^5.5|^6.0|^7.0|^8.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0", + "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0", + "illuminate/filesystem": "^5.5|^6.0|^7.0|^8.0|^9.0", + "illuminate/http": "^5.5|^6.0|^7.0|^8.0|^9.0", + "illuminate/routing": "^5.5|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0", "calcinai/strut": "^0.2" }, "require-dev": { From a794ab0a68dc51922a68d787651bc535b4cc8adc Mon Sep 17 00:00:00 2001 From: Mauricio Rodrigues Date: Thu, 4 Aug 2022 15:36:57 +0100 Subject: [PATCH 2/5] Update composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1e26fbf..3fef4d0 100644 --- a/composer.json +++ b/composer.json @@ -52,5 +52,6 @@ "Api": "LaravelApi\\Facade" } } - } + }, + "minimum-stability": "dev" } From ecbd865dc165f5961d994d4b3026c15507882b38 Mon Sep 17 00:00:00 2001 From: Mauricio Rodrigues Date: Thu, 4 Aug 2022 15:46:58 +0100 Subject: [PATCH 3/5] update composer --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3fef4d0..895a77e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "hcesrl/laravel-swagger-api", - "description": "API Swagger UI package for Laravel.", + "name": "zabaala/laravel-swagger-api", + "description": "Temporary fork from HCESrl/laravel-swagger-api that allow us to work with API Swagger UI package for Laravel.", "homepage": "https://github.com/HCESrl/laravel-swagger-api", "license": "MIT", "authors": [ From 4b0cebc2f1862364c18f92b5ac044d050ff5e032 Mon Sep 17 00:00:00 2001 From: Mauricio Rodrigues Date: Thu, 4 Aug 2022 16:59:01 +0100 Subject: [PATCH 4/5] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 895a77e..3fef4d0 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "zabaala/laravel-swagger-api", - "description": "Temporary fork from HCESrl/laravel-swagger-api that allow us to work with API Swagger UI package for Laravel.", + "name": "hcesrl/laravel-swagger-api", + "description": "API Swagger UI package for Laravel.", "homepage": "https://github.com/HCESrl/laravel-swagger-api", "license": "MIT", "authors": [ From a764106189e4fdd855089984a563b06ad4dc6ad1 Mon Sep 17 00:00:00 2001 From: Mauricio Rodrigues Date: Thu, 4 Aug 2022 17:00:13 +0100 Subject: [PATCH 5/5] Update composer.json --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3fef4d0..1e26fbf 100644 --- a/composer.json +++ b/composer.json @@ -52,6 +52,5 @@ "Api": "LaravelApi\\Facade" } } - }, - "minimum-stability": "dev" + } }