lib up
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "j4k/oauth2-vkontakte",
|
||||
"description": "Vkontakte provider for league/oauth2-client",
|
||||
"description": "VK provider for league/oauth2-client",
|
||||
"keywords": [
|
||||
"league",
|
||||
"package"
|
||||
@@ -8,17 +8,17 @@
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jack Wall",
|
||||
"email": "jw@jack.gd"
|
||||
"name": "September First",
|
||||
"email": "info@1sept.ru"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php" : ">=5.6",
|
||||
"php" : ">=8.1",
|
||||
"league/oauth2-client": "^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit" : "~4.6",
|
||||
"mockery/mockery": "~0.9"
|
||||
"phpunit/phpunit" : "^11.0",
|
||||
"mockery/mockery": "~1.6"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user