add tplaner/when date repeat library

This commit is contained in:
James 2019-09-14 13:22:45 +01:00
parent 3403c1a148
commit 4bb6a486bf
2 changed files with 49 additions and 2 deletions

View File

@ -8,7 +8,8 @@
}
],
"require": {
"jhodges/giteabot": "~1.2.0"
"jhodges/giteabot": "~1.2.0",
"tplaner/when": "^2.1"
},
"repositories": {
"repo-name": {

48
composer.lock generated
View File

@ -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": [],