![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/vendor/simshaun/recurr/ |
{ "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": "[email protected]", "homepage": "https://shaun.pub" } ], "require": { "php": "^7.2||^8.0", "doctrine/collections": "~1.6||^2.0" }, "require-dev": { "phpunit/phpunit": "^8.5.16", "symfony/yaml": "^5.3" }, "autoload": { "psr-4": { "Recurr\\": "src/Recurr/" } }, "autoload-dev": { "psr-4": { "Recurr\\Test\\": "tests/Recurr/Test" } }, "extra": { "branch-alias": { "dev-master": "0.x-dev" } }, "scripts": { "test": "./vendor/bin/phpunit --color=always" } }