Skip to content

Commit 13f8ed4

Browse files
committed
Merge branch 'master' of github.com:lucadegasperi/oauth2-server-laravel
2 parents 031a24d + beab6e5 commit 13f8ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ php artisan package:install lucadegasperi/oauth2-server-laravel
2121
alternatively, you can manually install the package via composer. add the following line to your composer.json file:
2222

2323
```javascript
24-
"lucadegasperi/oauth2-server-laravel": "dev-master"
24+
"lucadegasperi/oauth2-server-laravel": "1.0.x"
2525
```
2626

2727
Add this line of code to the ```providers``` array located in your ```app/config/app.php``` file:

0 commit comments

Comments
 (0)