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-06-26 17:02:29 +03:00

14 lines
327 B
JSON
Executable File

{
"name": "rlanvin/php-rrule",
"type": "library",
"description": "RRule implementation (RFC 5545)",
"keywords": ["rrule","ical"],
"homepage": "https://github.com/rlanvin/php-rrule",
"license": "MIT",
"require": {
"php": ">=5.4.0"
},
"autoload": {
"classmap": ["src/"]
}
}