Skip to content

Commit aa0e745

Browse files
committed
Update README.md
1 parent 66f3f26 commit aa0e745

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

README.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,14 @@
66

77
The package assumes you have a good-enough knowledge of the principles behind the [OAuth 2.0 Specification](http://tools.ietf.org/html/rfc6749).
88

9-
## Package Installation
10-
11-
You can install the package via composer. add the following line to your composer.json file:
12-
13-
```javascript
14-
"lucadegasperi/oauth2-server-laravel": "3.0.x"
15-
```
16-
17-
Add this line of code to the ```providers``` array located in your ```app/config/app.php``` file:
18-
```php
19-
'LucaDegasperi\OAuth2Server\Storage\FluentStorageServiceProvider',
20-
'LucaDegasperi\OAuth2Server\OAuth2ServerServiceProvider',
21-
```
22-
23-
And this lines to the ```aliases``` array:
24-
```php
25-
'Authorizer' => 'LucaDegasperi\OAuth2Server\Facades\AuthorizerFacade',
26-
```
9+
## Version Compability
10+
11+
Laravel | OAuth Server | PHP
12+
:---------|:-------------|:----
13+
4.0.x | 1.0.x |>= 5.3
14+
4.1.x | 1.0.x |>= 5.3
15+
4.2.x | 3.0.x |>= 5.4
16+
5.0.x | 4.0.x@dev |>= 5.4
2717

2818
## Documentation
2919

0 commit comments

Comments
 (0)