forked from DigitalWand/digitalwand.admin_helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 825 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
{
"name": "digitalwand/digitalwand.admin_helper",
"description": "API for custom admin interface in Bitrix by DigitalWand and Notamedia agency",
"type": "bitrix-module",
"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": "asgalex@gmail.com"
},
{
"name": "Nik Samokhvalov",
"homepage": "http://samokhvalov.info",
"email": "nik@samokhvalov.info"
}
],
"extra": {
"installer-name": "digitalwand.admin_helper"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "~1"
},
"minimum-stability": "dev"
}