add composer

This commit is contained in:
2025-07-31 17:14:02 +03:00
parent 582d0b1316
commit 017354b999
3 changed files with 36 additions and 0 deletions

17
inc/composer.json Normal file
View 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": {}
}