mirror of
https://github.com/rlanvin/php-rrule.git
synced 2024-11-29 06:24:10 +01:00
14 lines
327 B
JSON
Executable File
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.3.0"
|
|
},
|
|
"autoload": {
|
|
"classmap": ["src/"]
|
|
}
|
|
} |