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 e572f3b commit cda2acaCopy full SHA for cda2aca
composer.json
@@ -18,7 +18,7 @@
18
"require": {
19
"php": "^7.0",
20
"guzzlehttp/guzzle": "~6.0",
21
- "laravel/passport": "~1.0",
+ "laravel/passport": "~1.0|~2.0|~3.0|~4.0",
22
"ipunkt/laravel-package-manager": "^0.2.0"
23
},
24
"autoload": {
@@ -27,5 +27,12 @@
27
}
28
29
"minimum-stability": "dev",
30
- "prefer-stable": true
+ "prefer-stable": true,
31
+ "extra": {
32
+ "laravel": {
33
+ "providers": [
34
+ "Ipunkt\\Laravel\\OAuthIntrospection\\OAuthIntrospectionServiceProvider"
35
+ ]
36
+ }
37
38
0 commit comments