-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
49 lines (49 loc) · 1.06 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
{
"name": "invertus/dpdbaltics",
"type": "project",
"repositories": [
{
"type": "git",
"url": "[email protected]:invertus/dpdbaltics-api.git"
},
{
"type": "git",
"url": "[email protected]: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/dpdbalticsapi":"dev-developer",
"invertus/psmoduletabs":"dev-develop",
"symfony/dependency-injection": "^3.4",
"symfony/config": "^3.4",
"symfony/expression-language": "^3.4",
"guzzlehttp/guzzle": "^4.0|^5.0",
"symfony/yaml": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "*",
"facebook/webdriver": "dev-master",
"squizlabs/php_codesniffer": "*",
"vlucas/phpdotenv": "^3.6",
"friendsofphp/php-cs-fixer": "*"
}
}