1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2024-11-29 06:24:10 +01:00
php-rrule/composer.json
2015-07-08 12:40:45 +03:00

17 lines
475 B
JSON
Executable File

{
"name": "rlanvin/php-rrule",
"type": "library",
"description": "Lightweight and fast recurrence rules for PHP (RFC 5545)",
"keywords": ["rrule","ical","recurrence","recurring","date"],
"homepage": "https://github.com/rlanvin/php-rrule",
"license": "MIT",
"require": {
"php": ">=5.3.0"
},
"suggest": {
"ext-intl": "Intl extension is needed for humanReadable()"
},
"autoload": {
"classmap": ["src/"]
}
}