GiteaBot-examples/composer.lock
2020-02-02 15:12:47 +00: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": "9128b5f63e7fb3651cfc3548f2267d6d",
"packages": [
{
"name": "jhodges/giteabot",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.jhodges.co.uk/jhodges/GiteaBot",
"reference": "83eea50cf9bce925075b9e8c66906f9c2c3a249f"
},
"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": "2020-02-02T15:09:10+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"jhodges/giteabot": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}