From 4bb6a486bfe80293537ad1e9122ba0949bf4b022 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 14 Sep 2019 13:22:45 +0100 Subject: [PATCH] add tplaner/when date repeat library --- composer.json | 3 ++- composer.lock | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0ad7839..45f15a6 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,8 @@ } ], "require": { - "jhodges/giteabot": "~1.2.0" + "jhodges/giteabot": "~1.2.0", + "tplaner/when": "^2.1" }, "repositories": { "repo-name": { diff --git a/composer.lock b/composer.lock index dd7a3e0..3482e29 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8e21cb9a16c0817b84a9643dc47c1a78", + "content-hash": "4f61690b1844d67af5e8aa461d9936b6", "packages": [ { "name": "jhodges/giteabot", @@ -31,6 +31,52 @@ ], "description": "Simple PHP library to interface with Gitea API", "time": "2019-09-07T08:43:48+00:00" + }, + { + "name": "tplaner/when", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://github.com/tplaner/When.git", + "reference": "91643472f8c8f23cab23bd38c1f43620475b01a0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tplaner/When/zipball/91643472f8c8f23cab23bd38c1f43620475b01a0", + "reference": "91643472f8c8f23cab23bd38c1f43620475b01a0", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "When\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tom Planer", + "email": "tplaner@gmail.com" + } + ], + "description": "Date/Calendar recursion library.", + "homepage": "https://github.com/tplaner/When", + "keywords": [ + "date", + "datetime", + "recurrence", + "time" + ], + "time": "2017-06-02T00:08:33+00:00" } ], "packages-dev": [],