From a0393364ba1adf20562e42ae835366188887bc87 Mon Sep 17 00:00:00 2001 From: dpankratov Date: Tue, 9 Aug 2022 15:43:57 +0600 Subject: [PATCH 1/2] feat: updated authors composer block; --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9dbe65f..20420d4 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ "license": "MIT", "authors": [ { - "name": "Roman Dubrovin", - "email": "rdubrovin@ronasit.com" + "name": "PayPal", + "homepage": "https://github.com/RonasIT/laravel-swagger/graphs/contributors" } ], "require": { From cec2f42ffd4c48aba832c1dfe54d8e9edcf8e318 Mon Sep 17 00:00:00 2001 From: dpankratov Date: Wed, 10 Aug 2022 08:06:03 +0600 Subject: [PATCH 2/2] fix: company name in authors block; --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 20420d4..1625199 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "license": "MIT", "authors": [ { - "name": "PayPal", + "name": "Ronas IT", "homepage": "https://github.com/RonasIT/laravel-swagger/graphs/contributors" } ],