-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
executable file
·53 lines (53 loc) · 1.15 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
53
{
"name": "TeamNeustaGmbH/m2t3-elements",
"type": "typo3-cms-extension",
"description": "m2t3-elements",
"homepage": "http://www.team-neusta.de/",
"license": [
"BSD-3-Clause"
],
"keywords": [
"TYPO3 CMS"
],
"authors": [
{
"name": "Benjamin Kluge",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "composer",
"url": "https://composer.typo3.org/"
},
{
"type": "vcs",
"url": "https://phabricator.neusta.de/diffusion/MTTYPOELASTIC/m-t-typo-elastictypo.git"
}
],
"version": "1.0.2",
"autoload": {
"psr-4": {
"TeamNeustaGmbH\\M2T3\\Elements\\": "Classes/"
}
},
"autoload-dev": {
"psr-4": {
"TeamNeustaGmbH\\M2T3\\Elements\\Tests\\": "Tests/",
"TYPO3\\CMS\\Core\\Tests\\": ".Build/vendor/typo3/cms/typo3/sysext/core/Tests/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://phabricator.neusta.de/diffusion/MTTYPOELASTIC/m-t-typo-elastictypo.git"
}
],
"require": {
"typo3/cms": ">=8.3.0",
"TeamNeustaGmbH/m2t3-elastictypo": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "5.3.*"
}
}