forked from CORE-POS/IS4C
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
70 lines (70 loc) · 2.32 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"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.12.4",
"components/bootstrap": "3.2.*",
"components/bootstrap-default": "~3.2",
"phpmailer/phpmailer": "6.5.0",
"psr/log": "~1.0",
"sabre/vobject": "~3.4",
"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",
"twig/twig": "^1.25",
"automattic/woocommerce": "^1.1",
"itgalaxy/bmp2image": "^2.0",
"ramsey/uuid": "^3.6",
"aws/aws-sdk-php": "^3.31",
"corepos/class-cache": "^1.1",
"maknz/slack": "^1.7",
"smalot/pdfparser": "^0.11.0",
"spomky-labs/otphp": "^8.0",
"drewm/mailchimp-api": "^2.4",
"league/flysystem-sftp": "^1.0",
"phpseclib/phpseclib": "2.0.31",
"php-coveralls/php-coveralls": "^2.4",
"endroid/qr-code": "^2.5",
"oomphinc/composer-installers-extender": "^2.0",
"monolog/monolog": "^1.26",
"phpoffice/phpspreadsheet": "^1.18",
"corepos/composer-installer": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"squizlabs/php_codesniffer": "2.*",
"codeclimate/php-test-reporter": "^0.3.2"
},
"extra": {
"installer-types": ["component"],
"installer-paths": {
"fannie/src/javascript/composer-components/{$name}/": ["type:component"]
}
},
"autoload": {
"psr-4": {
"COREPOS\\common\\": "common/",
"COREPOS\\pos\\": "pos/is4c-nf/",
"COREPOS\\Fannie\\API\\": "fannie/classlib2.0/",
"COREPOS\\Fannie\\Plugin\\": "fannie/modules/plugins2.0/"
}
}
}