Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pedmindset committed Aug 31, 2018
2 parents a4fc478 + 4489871 commit 62519ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 62519ba

Please sign in to comment.