update latest composer

This commit is contained in:
James 2019-12-26 13:04:51 +00:00
parent 8c6ca365d6
commit dfda8ed42b
2 changed files with 16 additions and 13 deletions

View File

@ -8,7 +8,7 @@
} }
], ],
"require": { "require": {
"jhodges/giteabot": "~1.2.0", "jhodges/giteabot": "dev-master",
"rlanvin/php-rrule": "^2.1" "rlanvin/php-rrule": "^2.1"
}, },
"repositories": { "repositories": {

27
composer.lock generated
View File

@ -4,16 +4,15 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "4c8a75e0d85a808b7861f77a853742b9", "content-hash": "c3a65227b57b805d2b0cfde7bad677f2",
"packages": [], "packages": [
"packages-dev": [
{ {
"name": "jhodges/giteabot", "name": "jhodges/giteabot",
"version": "v1.2.2", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.jhodges.co.uk/jhodges/GiteaBot", "url": "https://git.jhodges.co.uk/jhodges/GiteaBot",
"reference": "aef0c2166ee9c3ac4f82c7c433b296f21d9865c7" "reference": "42952f6d74fd790f5954db1eabaa6d79acbfaa9e"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -31,26 +30,27 @@
} }
], ],
"description": "Simple PHP library to interface with Gitea API", "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", "name": "rlanvin/php-rrule",
"version": "v2.1.0", "version": "v2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rlanvin/php-rrule.git", "url": "https://github.com/rlanvin/php-rrule.git",
"reference": "c71d0f9251ba967b211ddab820c7012df6962b19" "reference": "931d53d162cd84b46f6fa388cb4ea916bec02c18"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rlanvin/php-rrule/zipball/c71d0f9251ba967b211ddab820c7012df6962b19", "url": "https://api.github.com/repos/rlanvin/php-rrule/zipball/931d53d162cd84b46f6fa388cb4ea916bec02c18",
"reference": "c71d0f9251ba967b211ddab820c7012df6962b19", "reference": "931d53d162cd84b46f6fa388cb4ea916bec02c18",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6.0" "php": ">=5.6.0"
}, },
"require-dev": { "require-dev": {
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "^4.8|^5.5|^6.5" "phpunit/phpunit": "^4.8|^5.5|^6.5"
}, },
"suggest": { "suggest": {
@ -75,12 +75,15 @@
"recurring", "recurring",
"rrule" "rrule"
], ],
"time": "2019-01-15T05:31:37+00:00" "time": "2019-11-01T11:51:17+00:00"
} }
], ],
"packages-dev": [],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": {
"jhodges/giteabot": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],