forked from arastta/arastta
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
33 lines (33 loc) · 1.01 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
{
"name": "arastta/arastta",
"type": "project",
"description": "Arastta eCommerce",
"keywords": ["arastta", "ecommerce"],
"homepage": "https://github.com/arastta/arastta",
"license": "GPL-3.0+",
"config": {
"vendor-dir": "system/vendor"
},
"require": {
"php": ">=5.3.10",
"arastta/form": "1.*",
"enygma/gauth": "0.3.*",
"enygma/yubikey": "3.2.*",
"ezyang/htmlpurifier": "4.7.*",
"erusev/parsedown": "1.6.*",
"erusev/parsedown-extra": "0.7.*",
"icanboogie/inflector": "1.4.*",
"gregwar/captcha": "1.*",
"joomla/cache": "1.*@dev",
"joomla/profiler": "1.*@dev",
"joomla/uri": "1.*@dev",
"psr/log": "1.0.0",
"kartik-v/bootstrap-fileinput": "4.3.*",
"symfony/console": "2.8.*",
"symfony/debug": "2.8.*",
"symfony/dom-crawler": "2.8.*",
"symfony/filesystem": "2.8.*",
"symfony/finder": "2.8.*",
"swiftmailer/swiftmailer": "5.4.*"
}
}