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

23 lines
566 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": {
"psr-4": {
"RRule\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "<6"
}
}