1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2024-11-29 06:24:10 +01:00
php-rrule/composer.json

19 lines
505 B
JSON
Raw Normal View History

2015-06-23 10:31:18 +02:00
{
"name": "rlanvin/php-rrule",
"type": "library",
2015-07-01 11:23:39 +02:00
"description": "Lightweight and fast recurrence rules for PHP (RFC 5545)",
"keywords": ["rrule","ical","recurrence","recurring","date"],
2015-06-23 10:31:18 +02:00
"homepage": "https://github.com/rlanvin/php-rrule",
"license": "MIT",
"require": {
"php": ">=5.3.0"
2015-06-23 10:31:18 +02:00
},
2015-07-08 11:40:45 +02:00
"suggest": {
"ext-intl": "Intl extension is needed for humanReadable()"
},
2015-06-23 10:31:18 +02:00
"autoload": {
"psr-4": {
"RRule\\": "src/"
}
2015-06-23 10:31:18 +02:00
}
}