add composer
This commit is contained in:
17
inc/composer.json
Normal file
17
inc/composer.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "rsgrinko/iot_api",
|
||||
"type": "project",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Rsgrinko\\IotApi\\": "inc/lib/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "rsgrinko",
|
||||
"email": "rsgrinko@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {}
|
||||
}
|
||||
Reference in New Issue
Block a user