⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
muhasebe
/
vendor
/
eluceo
/
ical
/
Edit File: 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.0" }, "suggest": { "ext-mbstring" : "Massive performance enhancement of line folding" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "scripts": { "test": "phpunit" } }
Simpan