GiteaBot-examples/composer.lock
2019-08-29 11:01:12 +01:00

47 lines
1.4 KiB
JSON

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b3bb2bfb9afd1fce021dcecb79442c77",
"packages": [
{
"name": "jhodges/giteabot",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://git.jhodges.co.uk/james/GiteaBot",
"reference": "d56a75b629d161df5bb2b75a9d29531910c725a4"
},
"type": "library",
"autoload": {
"psr-4": {
"JHodges\\GiteaBot\\": "src/"
}
},
"license": [
"GPL3"
],
"authors": [
{
"name": "James",
"email": "inbox.dev@jhodges.co.uk"
}
],
"description": "Simple PHP library to interface with Gitea API",
"time": "2019-08-29T09:55:05+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"jhodges/giteabot": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}