forked from yandex/webmaster.api
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 817 Bytes
/
composer.json
File metadata and controls
41 lines (41 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "hardworm/webmaster.api",
"description": "Yandex Webmaster Api v4.1 library",
"keywords": [
"yandex",
"webmaster",
"api"
],
"homepage": "https://github.com/hardworm/webmaster.api",
"license": "MPL-2.0",
"authors": [
{
"name": "Dmitriy Popov",
"email": "dima@subdomain.ru",
"role": "Author"
},
{
"name": "Aleksandr Sidorov",
"email": "mr@g1k.ru",
"role": "co-author"
},
{
"name": "Aleksandr Zelenkov",
"email": "hardworm@gmail.com",
"role": "co-author"
}
],
"require-dev": {
"squizlabs/php_codesniffer": "^3.7"
},
"require": {
"php": "^7.4 || ^8.0 || 8.1",
"ext-curl": "*",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"hardworm\\webmaster\\api\\": "src/"
}
}
}