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

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/vendor/

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": {}
}

18
inc/composer.lock generated Normal file
View File

@@ -0,0 +1,18 @@
{
"_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": "2cf9ccbc96f53f491fd3e8f7480b3bb7",
"packages": [],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}