-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 830 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 830 Bytes
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
{
"name": "webinteger/wibooking",
"type": "contao-bundle",
"description": "Buchungsmodul für Ferienobjekte an der Ostsee (Contao 5, Twig)",
"license": "MIT",
"authors": [
{
"name": "Dietrich Bojko",
"email": "info@webinteger.dev",
"role": "Developer"
}
],
"require": {
"php": ">=8.1",
"contao/core-bundle": "^5.3",
"contao/manager-plugin": "^2.0",
"doctrine/orm": "^2.15"
},
"autoload": {
"psr-4": {
"Webinteger\\WiBooking\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Webinteger\\WiBooking\\ContaoManager\\Plugin"
},
"support": {
"source": "https://github.com/webinteger-webdev/contao-booking",
"issues": "https://github.com/webinteger-webdev/contao-booking/issues"
},
"minimum-stability": "dev",
"prefer-stable": true
}