diff --git a/composer.json b/composer.json index b81cdb5d3..ec4fd3563 100755 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ "astrotomic/laravel-translatable": "^11.0.0", "aws/aws-sdk-php": "^3.171", "babenkoivan/elastic-scout-driver": "^1.1", + "bagisto/legacy-api": "^1.0", "bagistobrasil/bagisto-product-social-share": "^0.1.2", "barryvdh/laravel-debugbar": "^3.1", "barryvdh/laravel-dompdf": "^0.8.5|^0.9.0", @@ -36,7 +37,6 @@ "laravel/ui": "^3.0", "maatwebsite/excel": "^3.1.26", "paypal/paypal-checkout-sdk": "1.0.1", - "php-open-source-saver/jwt-auth": "^1.2", "prettus/l5-repository": "^2.6" }, "require-dev": { @@ -93,7 +93,6 @@ "Webkul\\Paypal\\": "packages/Webkul/Paypal/src", "Webkul\\Sales\\": "packages/Webkul/Sales/src", "Webkul\\Tax\\": "packages/Webkul/Tax/src", - "Webkul\\API\\": "packages/Webkul/API", "Webkul\\CatalogRule\\": "packages/Webkul/CatalogRule/src", "Webkul\\CartRule\\": "packages/Webkul/CartRule/src", "Webkul\\Rule\\": "packages/Webkul/Rule/src", diff --git a/composer.lock b/composer.lock index 74b05884d..009d04d43 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3be28b0837010786448095b376770074", + "content-hash": "056f3768c1a082abfcfb881eed707fba", "packages": [ { "name": "algolia/algoliasearch-client-php", @@ -217,16 +217,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.204.0", + "version": "3.204.1", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "96ad45b95bfe4515623cec11576ec22c10dd22f3" + "reference": "15205059e901ca9406a57ba2716a0ae6a90df268" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/96ad45b95bfe4515623cec11576ec22c10dd22f3", - "reference": "96ad45b95bfe4515623cec11576ec22c10dd22f3", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/15205059e901ca9406a57ba2716a0ae6a90df268", + "reference": "15205059e901ca9406a57ba2716a0ae6a90df268", "shasum": "" }, "require": { @@ -302,9 +302,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.204.0" + "source": "https://github.com/aws/aws-sdk-php/tree/3.204.1" }, - "time": "2021-11-17T19:17:36+00:00" + "time": "2021-11-18T19:18:26+00:00" }, { "name": "babenkoivan/elastic-adapter", @@ -516,6 +516,56 @@ ], "time": "2021-08-09T21:09:19+00:00" }, + { + "name": "bagisto/legacy-api", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/bagisto/legacy-api.git", + "reference": "a404fbfb2b99bbf9de6502d77c90c6cfd53b97ce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bagisto/legacy-api/zipball/a404fbfb2b99bbf9de6502d77c90c6cfd53b97ce", + "reference": "a404fbfb2b99bbf9de6502d77c90c6cfd53b97ce", + "shasum": "" + }, + "require": { + "php-open-source-saver/jwt-auth": "^1.2" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Webkul\\API\\Providers\\APIServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Webkul\\API\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Prashant Singh", + "email": "prashant.singh852@webkul.com" + }, + { + "name": "Devansh Bawari", + "email": "devansh.bawari419@webkul.com" + } + ], + "support": { + "issues": "https://github.com/bagisto/legacy-api/issues", + "source": "https://github.com/bagisto/legacy-api/tree/v1.0.0" + }, + "time": "2021-11-19T07:54:39+00:00" + }, { "name": "bagistobrasil/bagisto-product-social-share", "version": "0.1.3", diff --git a/config/app.php b/config/app.php index 3fa5025a4..dc61cbd74 100755 --- a/config/app.php +++ b/config/app.php @@ -251,7 +251,6 @@ return [ Konekt\Concord\ConcordServiceProvider::class, Flynsarmy\DbBladeCompiler\DbBladeCompilerServiceProvider::class, Barryvdh\DomPDF\ServiceProvider::class, - PHPOpenSourceSaver\JWTAuth\Providers\LaravelServiceProvider::class, //Webkul packages Webkul\Theme\Providers\ThemeServiceProvider::class,