Initial commit

This commit is contained in:
2017-02-16 16:29:55 +01:00
commit c3531ce5fa
21 changed files with 1383 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "noccylabs/upnp",
"description": "UPnP Client library",
"type": "library",
"license": "GPL-3.0",
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "cvagnetoft@gmail.com"
}
],
"autoload": {
"psr-4": {
"NoccyLabs\\UPnP\\": "src/"
}
}
}