-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
75 lines (75 loc) · 2.32 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "pdir/mobilede-bundle",
"type": "contao-bundle",
"description": "vehicle manager for Contao",
"keywords": [
"contao",
"mobile",
"ads",
"cars",
"automobile",
"car",
"Fahrzeuge",
"Wohnmobile",
"LKW",
"Trucks",
"syscara",
"mobilede"
],
"license": "proprietary",
"homepage": "https://pdir.de/fahrzeug-manager.html",
"authors": [
{
"name": "Webdesign für Dresden",
"homepage": "https://pdir.de",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": "^7.2 || ^8.0",
"contao/core-bundle": "^4.9",
"doctrine/orm": "^2.6",
"doctrine/annotations": "^1.6"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"contao/easy-coding-standard": "^3.0",
"phpunit/phpunit": "^8.5 || ^9.5",
"symfony/phpunit-bridge": "^5.3 || ^6.0"
},
"extra": {
"contao-manager-plugin": "Pdir\\MobileDeBundle\\ContaoManager\\Plugin"
},
"autoload": {
"psr-4": {
"Pdir\\MobileDeBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Pdir\\MobileDeBundle\\Tests\\": "tests/"
}
},
"support": {
"docs": "https://pdir.de/docs/de/contao/extensions/mobilede/",
"issues": "https://github.com/pdir/mobilede-bundle/issues",
"source": "https://github.com/pdir/mobilede-bundle"
},
"suggest": {
"pdir/mobilede-sync-bundle": "Mobile.de Import for the vehicle manager / Mobile.de Import für den Fahrzeugmanager",
"pdir/vehicle-syscara-import": "SysCara Import for the vehicle manager / SysCara Import für den Fahrzeugmanager",
"contao-themes-net/mate-theme-bundle": "Show a vehicle feed in the MATE Theme. / Zeige deine Fahrzeuge im MATE Theme an.",
"contao-themes-net/odd-theme-bundle": "Show a vehicle feed in the ODD Theme. / Zeige deine Fahrzeuge im ODD Theme an.",
"contao-themes-net/nature-theme-bundle": "Show a vehicle feed in the NATURE Theme. / Zeige deine Fahrzeuge im NATURE Theme an.",
"contao-themes-net/zero-one-theme-bundle": "Show a vehicle feed in the 0.1 Theme. / Zeige deine Fahrzeuge im 0.1 Theme an."
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"contao-components/installer": true,
"contao/manager-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}