mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-05-27 01:14:16 +08:00
32 lines
622 B
JSON
32 lines
622 B
JSON
{
|
|
"name": "freescout/ljpccalendarmodule",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "LJPc solutions",
|
|
"email": "info@ljpc.nl"
|
|
}
|
|
],
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Modules\\LJPcCalendarModule\\Providers\\LJPcCalendarModuleServiceProvider"
|
|
],
|
|
"aliases": {
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\LJPcCalendarModule\\": ""
|
|
}
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"johngrogg/ics-parser": "^3",
|
|
"spatie/icalendar-generator": "^2.6",
|
|
"sabre/dav": "^4",
|
|
"dallgoot/yaml": "^0.9.1.2",
|
|
"psr/log": "1.0.2"
|
|
}
|
|
}
|