add unit tests
Showing
{ | ||
"name": "libcast/oauth2-authot", | ||
"description": "Authot Provider for OAuth 2.0 Client", | ||
"homepage": "https://code.libcast.net/libcast/oauth2-authot", | ||
"description": "Authôt OAuth 2.0 Client Provider for The PHP League OAuth2-Client", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
... | ... | @@ -17,9 +16,18 @@ |
"php": ">=5.5.0", | ||
"league/oauth2-client": "^1.4" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~4.0", | ||
"mockery/mockery": "~0.9" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Libcast\\OAuth2\\Client\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Libcast\\OAuth2\\Client\\Test\\": "tests/src/" | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment