-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
32 lines (32 loc) · 932 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
{
"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": {
"php": "^8.1",
"contao/core-bundle": "^4.13 || ^5.0",
"contao/calendar-bundle": "^4.13 || ^5.0",
"markocupic/export_table": "^5.1",
"ramsey/uuid": "^3.0 || ^4.0",
"codefog/contao-haste": "^5.0",
"terminal42/notification_center": "^2.0"
},
"require-dev": {
"contao/easy-coding-standard": "^3.0"
},
"autoload": {
"psr-4": {
"Markocupic\\CalendarEventBookingBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Markocupic\\CalendarEventBookingBundle\\ContaoManager\\Plugin"
}
}