forked from DPDBaltics/PrestaShop-1.7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
52 lines (52 loc) · 1.27 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
{
"name": "invertus/dpdbaltics",
"type": "project",
"repositories": [
{
"type": "git",
"url": "https://github.com/Invertus/dpdbaltics-api.git"
},
{
"type": "git",
"url": "https://github.com/Invertus/ps-module-tabs.git"
}
],
"autoload": {
"psr-4": {
"Invertus\\dpdBaltics\\": "src/"
},
"classmap": [
"src/Entity"
]
},
"config": {
"platform": {
"php": "5.6"
},
"prepend-autoloader": false
},
"authors": [
{
"name": "Invertus",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6",
"invertus/dpdbaltics-api": "dev-developer",
"invertus/psmoduletabs": "dev-develop",
"symfony/console": "^3.4",
"prestashop/decimal": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "*",
"facebook/webdriver": "dev-master",
"squizlabs/php_codesniffer": "*",
"vlucas/phpdotenv": "^3.6",
"prestashop/autoindex": "1.0.0",
"friendsofphp/php-cs-fixer": "^2.19",
"prestashop/header-stamp": "1.7"
},
"author": "PrestaShop",
"license": "AFL-3.0"
}