-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
41 lines (41 loc) · 1.11 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
{
"name": "jtl/connector/oxid",
"type": "APP",
"description": "Oxid Connector PHP 5.3 based on jtl/connector",
"keywords": ["jtl", "Oxid", "Connector"],
"homepage": "http://www.jtl-software.de",
"license": "GPL",
"authors": [
{
"name": "JTL-Software GmbH",
"email": "[email protected]",
"homepage": "http://www.jtl-software.de",
"role": "Founder"
}
],
"repositories": [
{
"type": "git",
"url": "https://gitlab.jtl-software.de/jtl-software-gmbh/jtlconnector.git",
"reference": "origin/master"
},
{
"type": "git",
"url": "https://gitlab.jtl-software.de/jtl-software-gmbh/jtlcore.git",
"reference": "origin/master"
}
],
"require": {
"php": ">=5.3.0",
"jtl/core": "dev-master",
"jtl/connector": "dev-master",
"twig/twig": "1.*",
"twig/extensions": "1.*"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"jtl\\Connector": "src/"
}
}
}