Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
716cf56cb2.url-de-test.ws
/
htdocs
/
vendor
/
eluceo
/
ical
/
/srv/data/web/vhosts/716cf56cb2.url-de-test.ws/htdocs/vendor/eluceo/ical/composer.json
{ "name": "eluceo/ical", "description": "The eluceo/iCal package offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible.", "license": "MIT", "homepage": "https://github.com/markuspoerschke/iCal", "authors": [ { "name": "Markus Poerschke", "email": "markus@eluceo.de", "role": "Developer" } ], "keywords": [ "ical", "php calendar", "icalendar", "ics", "calendar" ], "support": { "issues": "https://github.com/markuspoerschke/iCal/issues", "source": "https://github.com/markuspoerschke/iCal" }, "autoload": { "psr-4": { "Eluceo\\iCal\\": "src/" } }, "autoload-dev": { "psr-4": { "Eluceo\\iCal\\": "tests/" } }, "require": { "php": ">=7.1 || ~8.0.0" }, "suggest": { "ext-mbstring" : "Massive performance enhancement of line folding" }, "require-dev": { "phpunit/phpunit": "^7.0" }, "scripts": { "test": "phpunit" } }