2013-06-12 20:56:15 -04:00
|
|
|
{
|
|
|
|
"name": "simshaun/recurr",
|
|
|
|
"description": "PHP library for working with recurrence rules",
|
|
|
|
"keywords": ["rrule", "recurrence", "recurring", "events", "dates"],
|
|
|
|
"homepage": "https://github.com/simshaun/recurr",
|
|
|
|
"type": "library",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Shaun Simmons",
|
|
|
|
"email": "shaun@envysphere.com",
|
|
|
|
"homepage": "http://envysphere.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2014-06-06 01:09:20 -04:00
|
|
|
"php": ">=5.3.0",
|
|
|
|
"doctrine/collections": "1.2.*"
|
2013-06-12 20:56:15 -04:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2014-06-06 01:06:30 -04:00
|
|
|
"phpunit/phpunit": "4.1.*"
|
2013-06-12 20:56:15 -04:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Recurr": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2014-06-08 00:47:17 -04:00
|
|
|
"dev-master": "0.x-dev"
|
2013-06-12 20:56:15 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|