-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 829 Bytes
/
Copy pathcomposer.json
File metadata and controls
41 lines (41 loc) · 829 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": "vgrish/yclients-sdk-php",
"type": "library",
"license": "MIT",
"version": "1.0.3",
"description": "yclients-sdk-php package for YCLIENTS",
"keywords": [
"yclients",
"openapi",
"rest",
"api"
],
"authors": [
{
"name": "Vgrish",
"email": "vgrish@gmail.com"
}
],
"autoload": {
"psr-4": {
"Vgrish\\Yclients\\": "src/"
}
},
"require": {
"php": ">=8.1",
"ext-curl": "*",
"ext-json": "*",
"vgrish/yclients-openapi-php": "1.0.1"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"jetbrains/phpstorm-attributes": "1.1",
"friendsofphp/php-cs-fixer": "^3.5",
"ergebnis/php-cs-fixer-config": "^6.33.0"
},
"scripts": {
"coding-standards": [
"php-cs-fixer fix --diff --show-progress=dots --verbose"
]
}
}