This commit is contained in:
2024-05-30 13:28:19 +03:00
parent b6a517e96a
commit e2f0027a82
2 changed files with 9 additions and 9 deletions

View File

@@ -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": {