Skip to content

Commit 59f5d55

Browse files
committed
Introduced unit tests. Allow defining required scopes
1 parent 26ca41e commit 59f5d55

File tree

8 files changed

+3599
-156
lines changed

8 files changed

+3599
-156
lines changed

composer.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,18 @@
1111
],
1212
"require": {
1313
"php": "^7.0",
14-
"illuminate/contracts": "~5.4",
15-
"illuminate/support": "~5.4",
16-
"guzzlehttp/guzzle": "~6.0"
14+
"guzzlehttp/guzzle": "~6.0",
15+
"laravel/framework": "^5.5"
1716
},
1817
"autoload": {
1918
"psr-4": {"ArieTimmerman\\Laravel\\OAuth2\\": "src/"}
19+
},
20+
"autoload-dev": {
21+
"psr-4": {
22+
"ArieTimmerman\\Laravel\\OAuth2\\Tests\\": "tests"
23+
}
24+
},
25+
"require-dev": {
26+
"orchestra/testbench": "~3.0"
2027
}
21-
}
28+
}

0 commit comments

Comments
 (0)