forked from DigitalWand/digitalwand.admin_helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 942 Bytes
/
composer.json
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
{
"name": "nook-ru/admin_helper_lib",
"description": "API for custom admin interface in Bitrix by DigitalWand and Notamedia agency",
"type": "library",
"license": "MIT",
"keywords": [
"bitrix",
"admin",
"api"
],
"support": {
"issues": "https://github.com/DigitalWand/digitalwand.admin_helper/issues",
"source": "https://github.com/DigitalWand/digitalwand.admin_helper"
},
"authors": [
{
"name": "Alexey Volkov",
"email": "[email protected]"
},
{
"name": "Nik Samokhvalov",
"homepage": "http://samokhvalov.info",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.2",
"wimg/php-compatibility": "^8.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.1"
},
"prefer-stable" : true,
"autoload": {
"psr-4": {"DigitalWand\\AdminHelper\\": "lib/"}
}
}