Skip to content

Commit 0b01a07

Browse files
author
vkcom
committed
Version 5.131.0
1 parent 1f69f46 commit 0b01a07

493 files changed

Lines changed: 11831 additions & 11675 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 93 additions & 63 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
{
2-
"name": "vkcom/vk-php-sdk",
3-
"description": "VK PHP SDK",
4-
"keywords": ["vk", "sdk"],
5-
"type": "library",
6-
"homepage": "https://github.com/VKCOM/vk-php-sdk",
7-
"license": "MIT",
8-
"require": {
9-
"php": ">=7.1"
10-
},
11-
"require-dev": {
12-
"phpunit/phpunit": "^6",
13-
"vkcom/vk-api-schema": "^5.80.1"
14-
},
15-
"repositories": [
16-
{
17-
"type": "git",
18-
"url": "https://github.com/VKCOM/vk-api-schema"
19-
}
20-
],
21-
"autoload": {
22-
"psr-4": { "VK\\": "src/VK" }
2+
"name": "vkcom/vk-php-sdk",
3+
"description": "VK PHP SDK",
4+
"keywords": [
5+
"vk",
6+
"sdk"
7+
],
8+
"type": "library",
9+
"homepage": "https://github.com/VKCOM/vk-php-sdk",
10+
"license": "MIT",
11+
"require": {
12+
"php": "^8.1",
13+
"guzzlehttp/guzzle": "^7.5"
14+
},
15+
"autoload": {
16+
"psr-4": {
17+
"VK\\": "src/VK"
2318
}
19+
},
20+
"minimum-stability": "dev"
2421
}

0 commit comments

Comments
 (0)