diff --git a/composer.json b/composer.json index 07d086e..0ad7839 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } ], "require": { - "jhodges/giteabot": "dev-develop" + "jhodges/giteabot": "~1.2.0" }, "repositories": { "repo-name": { diff --git a/composer.lock b/composer.lock index 8221d4d..3bdc370 100644 --- a/composer.lock +++ b/composer.lock @@ -4,15 +4,15 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b3bb2bfb9afd1fce021dcecb79442c77", + "content-hash": "8e21cb9a16c0817b84a9643dc47c1a78", "packages": [ { "name": "jhodges/giteabot", - "version": "dev-develop", + "version": "v1.2.0", "source": { "type": "git", "url": "https://git.jhodges.co.uk/james/GiteaBot", - "reference": "d56a75b629d161df5bb2b75a9d29531910c725a4" + "reference": "cd79454aa703b810c46bf2dce5f65bc6ec264687" }, "type": "library", "autoload": { @@ -30,15 +30,13 @@ } ], "description": "Simple PHP library to interface with Gitea API", - "time": "2019-08-29T09:55:05+00:00" + "time": "2019-09-05T16:15:58+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "jhodges/giteabot": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [],