forked from markocupic/calendar-event-booking-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1004 Bytes
/
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
{
"name": "markocupic/calendar-event-booking-bundle",
"type": "contao-bundle",
"description": "Contao 4 Calendar Event Booking Bundle",
"license": "MIT",
"authors": [
{
"name": "Marko Cupic",
"homepage": "https://github.com/markocupic"
}
],
"require": {
"contao/core-bundle": "^4.9",
"markocupic/export_table": "^3.1",
"codefog/contao-haste": "^4.23",
"terminal42/notification_center": "^1.5"
},
"require-dev": {
"contao/easy-coding-standard": "^3.0"
},
"autoload": {
"psr-4": {
"Markocupic\\CalendarEventBookingBundle\\": "src/"
},
"classmap": [
"src/Resources/contao"
],
"exclude-from-classmap": [
"src/Resources/contao/assets",
"src/Resources/contao/config",
"src/Resources/contao/dca",
"src/Resources/contao/languages",
"src/Resources/contao/templates"
]
},
"extra": {
"contao-manager-plugin": "Markocupic\\CalendarEventBookingBundle\\ContaoManager\\Plugin"
}
}