2015-06-23 11:31:18 +03:00
|
|
|
{
|
|
|
|
"name": "rlanvin/php-rrule",
|
|
|
|
"type": "library",
|
2015-07-01 12:23:39 +03:00
|
|
|
"description": "Lightweight and fast recurrence rules for PHP (RFC 5545)",
|
2015-06-27 14:12:57 +03:00
|
|
|
"keywords": ["rrule","ical","recurrence","recurring","date"],
|
2015-06-23 11:31:18 +03:00
|
|
|
"homepage": "https://github.com/rlanvin/php-rrule",
|
|
|
|
"license": "MIT",
|
|
|
|
"require": {
|
2019-01-13 10:00:43 +00:00
|
|
|
"php": ">=5.6.0"
|
2015-06-23 11:31:18 +03:00
|
|
|
},
|
2015-07-08 12:40:45 +03:00
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "Intl extension is needed for humanReadable()"
|
|
|
|
},
|
2015-06-23 11:31:18 +03:00
|
|
|
"autoload": {
|
2016-03-15 18:46:31 +02:00
|
|
|
"psr-4": {
|
|
|
|
"RRule\\": "src/"
|
|
|
|
}
|
2017-03-29 14:27:26 +01:00
|
|
|
},
|
2018-05-16 00:41:41 +08:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"RRule\\Tests\\": "tests/"
|
|
|
|
}
|
|
|
|
},
|
2017-03-29 14:27:26 +01:00
|
|
|
"require-dev": {
|
2020-12-09 22:26:35 +01:00
|
|
|
"phpunit/phpunit": "^5.7|^6.5|^8.0",
|
2019-09-01 19:50:21 +01:00
|
|
|
"phpmd/phpmd" : "@stable"
|
2015-06-23 11:31:18 +03:00
|
|
|
}
|
2017-03-29 14:27:26 +01:00
|
|
|
}
|