mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 01:36:02 +05:30
Updated tests
This commit is contained in:
parent
add1aa5949
commit
310c00a096
@ -10,7 +10,8 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"league/phpunit-coverage-listener": "~1.0",
|
||||
"phpdocumentor/phpdocumentor": "2.*"
|
||||
"phpdocumentor/phpdocumentor": "2.*",
|
||||
"mockery/mockery": "0.8"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
@ -44,8 +45,11 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"League\\OAuth2\\Server": "src/"
|
||||
}
|
||||
"League\\OAuth2\\Server": "src/"
|
||||
},
|
||||
"psr-4": {
|
||||
"LeagueTests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user