forked from openthc/pos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 817 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": "openthc/pos",
"description": "Cannabis Retail Point of Sale",
"license": "GPL-3.0-only",
"autoload": {
"exclude-from-classmap": [
"vendor/erusev/parsedown-extra/test"
],
"psr-4": {
"OpenTHC\\POS\\": "./lib",
"OpenTHC\\POS\\Test\\": "./test",
"Custom\\": "./Custom"
}
},
"require": {
"edoceo/lowline": "2022.0.280",
"edoceo/radix": "2021.0.0",
"league/oauth2-client": "2.6.1",
"openthc/common": "dev-master",
"openthc/cre-adapter": "dev-master",
"pear/net_smtp": "1.10.0",
"plivo/plivo-php": "4.32.0",
"tuupola/base32": "2.0.0",
"twilio/sdk": "6.37.1",
"tecnickcom/tcpdf": "6.6.2"
},
"require-dev": {
"behat/behat": "3.12.0",
"php-webdriver/webdriver": "1.14.0",
"phpmd/phpmd": "2.13.0",
"phpstan/phpstan": "1.10.5",
"phpunit/phpunit": "9.6.4"
}
}