From 8cf7eac2ca03dcea4516f50600cd836e04016ef0 Mon Sep 17 00:00:00 2001 From: Emmanuel Oduro Date: Fri, 31 Aug 2018 15:38:00 +0000 Subject: [PATCH 1/3] Composer Changes --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index df0bede..edbf460 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "illuminate/support": "^5.5", - "pedmindset/laravel-couchbase": "dev-master", + "pedmindset/laravel-couchbase": "^0.6.4", "laravel/passport": "4.0.* || 5.0.* || 6.0.* || 7.0.*" }, "autoload": { From 2351f0474e008461963ea89cdef8b9b7b57c994f Mon Sep 17 00:00:00 2001 From: Emmanuel Oduro Date: Fri, 31 Aug 2018 15:42:42 +0000 Subject: [PATCH 2/3] Update LICENCE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index cc4c7ce..2d88c39 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 DesignMyNight +Copyright (c) 2018 Pedmindset Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 4489871104f30ff26087a85e6e86cd97adf9d9c5 Mon Sep 17 00:00:00 2001 From: Emmanuel Oduro Date: Fri, 31 Aug 2018 15:46:04 +0000 Subject: [PATCH 3/3] Readme Changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 400df01..0e07245 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ For usage with [Lumen](http://lumen.laravel.com), add the service provider in `b $app->register(Pedmindset\Couchbase\CouchbasePassportServiceProvider::class); ``` -The service provider will overide the default laravel passport models in order to use mongodb's implementation of eloquent. There is no need to register any additional classes or add any additional configuration other than those outlined in [Laravel Passport](https://github.com/laravel/passport) and [MongoDB](https://github.com/pedmindset/laravel-couchbase). +The service provider will overide the default laravel passport models in order to use mongodb's implementation of eloquent. There is no need to register any additional classes or add any additional configuration other than those outlined in [Laravel Passport](https://github.com/laravel/passport) and [Couchbase Laravel Package](https://github.com/pedmindset/laravel-couchbase).