PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kjell-Inge Gustafsson   iCalCreator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: iCalCreator
Create schedule calendars in iCal format
Author: By
Last change: Update of composer.json
Date: 3 years ago
Size: 1,509 bytes
 

Contents

Class file image Download
{ "name": "kigkonsult/icalcreator", "type": "library", "description": "iCalcreator is the PHP implementation of rfc2445/rfc5545, management of calendar information", "keywords": [ "rfc2445", "rfc5545", "rfc6321", "rfc7986", "management", "calendar", "vCalendar", "event", "todo", "alarm", "vevent", "vtodo", "vjournal", "vfreebusy", "valarm", "vtimezone", "standard", "daylight" ], "license": "lgpl-3.0", "support": { "issues": "https://github.com/iCalcreator/iCalcreator/issues" }, "authors": [ { "name": "Kjell-Inge Gustafsson", "email": "ical@kigkonsult.se" } ], "autoload": { "files": ["autoload.php"], "psr-4": { "Kigkonsult\\Icalcreator\\": ["src/", "src/Util/", "src/Traits/"] } }, "require": { "php": ">=5.6", "ext-simplexml": "*", "ext-openssl": "*", "ext-zlib": "*" }, "require-dev": { "phpunit/phpunit": "6.5.13", "phpcompatibility/php-compatibility": "9.3.5", "squizlabs/php_codesniffer": "3.5.5" }, "scripts": { "post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility", "post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility" } }