We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b05553 commit 47b1098Copy full SHA for 47b1098
README.md
@@ -6,6 +6,15 @@
6
7
The package assumes you have a good-enough knowledge of the principles behind the [OAuth 2.0 Specification](http://tools.ietf.org/html/rfc6749).
8
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
17
18
## Package Installation
19
20
You can install the package via composer. add the following line to your composer.json file:
0 commit comments