This commit is contained in:
2024-05-30 14:04:46 +03:00
parent b6d879e794
commit 27252c9c48
5 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "j4k/oauth2-vkontakte",
"name": "1sept/oauth2-vkontakte",
"description": "VK provider for league/oauth2-client",
"keywords": [
"league",
@@ -22,12 +22,12 @@
},
"autoload": {
"psr-4": {
"J4k\\OAuth2\\Client\\Provider\\": "src"
"1Sept\\OAuth2\\Client\\Provider\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"J4k\\OAuth2\\Client\\Test\\Provider\\": "tests/"
"1Sept\\OAuth2\\Client\\Test\\Provider\\": "tests/"
}
}
}