-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.08 KB
/
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
39
40
41
{
"name": "gplcart/base_distro",
"version": "1.0.0",
"type": "metapackage",
"license": "GPL-3.0-or-later",
"require": {
"gplcart/gplcart": "^1",
"gplcart/base": "^1",
"gplcart/jquery_mobile": "^1",
"gplcart/mobile": "^1",
"gplcart/backup": "^1",
"gplcart/installer": "^1",
"gplcart/editor": "^1",
"gplcart/omnipay_library": "^1",
"gplcart/authorize": "^1",
"gplcart/twocheckout": "^1",
"gplcart/stripe": "^1",
"gplcart/gapi": "^1",
"gplcart/ga_report": "^1",
"gplcart/ga_chart": "^1",
"gplcart/cli": "^1",
"gplcart/file_manager": "^1",
"gplcart/demo": "^1",
"gplcart/dev": "^1",
"gplcart/device": "^1",
"gplcart/export": "^1",
"gplcart/xss": "^1",
"gplcart/image": "^1",
"gplcart/import": "^1",
"gplcart/mail": "^1",
"gplcart/shippo": "^1",
"gplcart/social_login": "^1",
"gplcart/summernote": "^1",
"gplcart/zopim": "^1",
"gplcart/autocomplete_search": "^1",
"gplcart/codemirror": "^1",
"gplcart/translator": "^1"
},
"minimum-stability": "alpha",
"prefer-stable": true
}