35 lines
742 B
JSON
35 lines
742 B
JSON
{
|
|
"name": "1sept/oauth2-vkontakte",
|
|
"version": "2.1.2",
|
|
"description": "VK provider for league/oauth2-client",
|
|
"keywords": [
|
|
"league",
|
|
"package"
|
|
],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "September First",
|
|
"email": "info@Sept.ru"
|
|
}
|
|
],
|
|
"require": {
|
|
"php" : ">=8.3",
|
|
"league/oauth2-client": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit" : "^11.0",
|
|
"mockery/mockery": "~1.6"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sept\\OAuth2\\Client\\Provider\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Sept\\OAuth2\\Client\\Test\\Provider\\": "tests/"
|
|
}
|
|
}
|
|
}
|