-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
53 lines (53 loc) · 1.5 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": "jts22/contao-athlete-profile-bundle",
"description": "Simple bundle providing a dca for storing athlete profiles",
"keywords": [
"contao",
"bundle",
"tag 3",
"tag 4"
],
"type": "contao-bundle",
"license": "MIT",
"authors": [
{
"name": "JTS",
"email": "website@tlv-germania.de",
"homepage": "https://github.com/JTS22",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/jts22/contao-athlete-profile-bundle/issues",
"source": "https://github.com/jts22/contao-athlete-profile-bundle"
},
"require": {
"contao/core-bundle": "^4.9"
},
"require-dev": {
"contao/easy-coding-standard": "^3.0",
"contao/manager-plugin": "^2.3",
"contao/test-case": "^4.0",
"phpunit/phpunit": "^8.4",
"symfony/http-client": "4.4.*",
"symfony/phpunit-bridge": "4.4.*"
},
"autoload": {
"psr-4": {
"Jts22\\ContaoAthleteProfileBundle\\": "src/"
},
"classmap": [
"src/Resources/contao"
],
"exclude-from-classmap": [
"src/Resources/contao/config",
"src/Resources/contao/dca",
"src/Resources/contao/languages",
"src/Resources/contao/templates"
]
},
"extra": {
"contao-manager-plugin": "Jts22\\ContaoAthleteProfileBundle\\ContaoManager\\Plugin"
},
"version": "dev-master"
}