forked from CORE-POS/IS4C
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
57 lines (57 loc) · 1.81 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "core-pos/core-pos",
"description": "A Point of Sale System for Co-ops",
"license": "GPL-2.0",
"type": "package",
"homepage": "https://github.com/CORE-POS/IS4C",
"authors": [
{
"name": "Andy Theuninck",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/CORE-POS/IS4C/issues",
"wiki": "https://github.com/CORE-POS/IS4C/wiki",
"source": "https://github.com/CORE-POS/IS4C"
},
"require": {
"components/jquery": "1.11.1",
"components/bootstrap": "3.2.*",
"components/bootstrap-default": "~3.2",
"phpmailer/phpmailer": "~5.2",
"psr/log": "~1.0",
"sabre/vobject": "~3.4",
"endroid/qrcode": "~1.5",
"phpoffice/phpexcel": "^1.8",
"mailchimp/mailchimp": "^2.0",
"datto/json-rpc-http": "^3.1",
"ircmaxell/password-compat": "^1.0",
"predis/predis": "^1.0",
"symfony/http-foundation": "^2.6",
"domisys/image_barcode2": "^3.0",
"sebastian/git": "^2.1",
"corepos/composer-installer": "^1.0",
"twig/twig": "^1.25",
"twig/extensions": "^1.4",
"automattic/woocommerce": "^1.1",
"itgalaxy/bmp2image": "^2.0",
"ramsey/uuid": "^3.6"
},
"require-dev": {
"phpunit/phpunit": "4.5.*",
"squizlabs/php_codesniffer": "2.*",
"codeclimate/php-test-reporter": "^0.3.2"
},
"config": {
"component-dir": "fannie/src/javascript/composer-components/"
},
"autoload": {
"psr-4": {
"COREPOS\\common\\": "common/",
"COREPOS\\pos\\": "pos/is4c-nf/",
"COREPOS\\Fannie\\API\\": "fannie/classlib2.0/",
"COREPOS\\Fannie\\Plugin\\": "fannie/modules/plugins2.0/"
}
}
}