-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.json
33 lines (33 loc) · 946 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
{
"name": "inklabs/kommerce-core",
"description": "Zen Kommerce Core",
"license": "Apache-2.0",
"keywords": ["zen", "kommerce"],
"support": {
"source": "https://github.com/inklabs/kommerce-core"
},
"require-dev": {
"phpunit/phpunit": "5.7.20",
"squizlabs/php_codesniffer": "~2.6",
"phploc/phploc": "~3.0"
},
"require": {
"composer/installers": "~1.0",
"php": ">=7.1",
"doctrine/dbal": "~2.5",
"doctrine/orm": "~2.5",
"ramsey/uuid": "3.4.1",
"ramsey/uuid-doctrine": "1.2.0",
"hamcrest/hamcrest-php": "~2.0.0",
"symfony/validator": "~3.1",
"stripe/stripe-php": "3.4.0",
"easypost/easypost-php": "2.1.1",
"paragonie/random_compat": "~1.4"
},
"autoload": {
"psr-4": {
"inklabs\\kommerce\\": "src",
"inklabs\\kommerce\\tests\\": "tests"
}
}
}