update latest composer
This commit is contained in:
parent
8c6ca365d6
commit
dfda8ed42b
@ -8,7 +8,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"jhodges/giteabot": "~1.2.0",
|
||||
"jhodges/giteabot": "dev-master",
|
||||
"rlanvin/php-rrule": "^2.1"
|
||||
},
|
||||
"repositories": {
|
||||
|
27
composer.lock
generated
27
composer.lock
generated
@ -4,16 +4,15 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "4c8a75e0d85a808b7861f77a853742b9",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
"content-hash": "c3a65227b57b805d2b0cfde7bad677f2",
|
||||
"packages": [
|
||||
{
|
||||
"name": "jhodges/giteabot",
|
||||
"version": "v1.2.2",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.jhodges.co.uk/jhodges/GiteaBot",
|
||||
"reference": "aef0c2166ee9c3ac4f82c7c433b296f21d9865c7"
|
||||
"reference": "42952f6d74fd790f5954db1eabaa6d79acbfaa9e"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@ -31,26 +30,27 @@
|
||||
}
|
||||
],
|
||||
"description": "Simple PHP library to interface with Gitea API",
|
||||
"time": "2019-09-23T11:14:59+00:00"
|
||||
"time": "2019-12-08T18:48:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "rlanvin/php-rrule",
|
||||
"version": "v2.1.0",
|
||||
"version": "v2.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rlanvin/php-rrule.git",
|
||||
"reference": "c71d0f9251ba967b211ddab820c7012df6962b19"
|
||||
"reference": "931d53d162cd84b46f6fa388cb4ea916bec02c18"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/rlanvin/php-rrule/zipball/c71d0f9251ba967b211ddab820c7012df6962b19",
|
||||
"reference": "c71d0f9251ba967b211ddab820c7012df6962b19",
|
||||
"url": "https://api.github.com/repos/rlanvin/php-rrule/zipball/931d53d162cd84b46f6fa388cb4ea916bec02c18",
|
||||
"reference": "931d53d162cd84b46f6fa388cb4ea916bec02c18",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpmd/phpmd": "@stable",
|
||||
"phpunit/phpunit": "^4.8|^5.5|^6.5"
|
||||
},
|
||||
"suggest": {
|
||||
@ -75,12 +75,15 @@
|
||||
"recurring",
|
||||
"rrule"
|
||||
],
|
||||
"time": "2019-01-15T05:31:37+00:00"
|
||||
"time": "2019-11-01T11:51:17+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"stability-flags": {
|
||||
"jhodges/giteabot": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
|
Loading…
Reference in New Issue
Block a user