dragonpolls/composer.json

19 lines
343 B
JSON
Raw Normal View History

2021-03-11 16:51:25 +00:00
{
"name": "hutattedonmyarm/dragonpolls",
2021-05-10 17:07:38 +00:00
"version": "1.2.0-beta",
"description": "A polling client for pnut.io",
2021-03-11 16:51:25 +00:00
"require": {
"hutattedonmyarm/apnuti": "@dev"
},
"repositories": [
{
"type": "path",
"url": "../APnutI"
2021-04-05 08:56:15 +00:00
},
{
"type": "vcs",
"url": "git@phlaym.net:phlaym/APnutI.git"
2021-03-11 16:51:25 +00:00
}
]
}