diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57872d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/vendor/ diff --git a/inc/composer.json b/inc/composer.json new file mode 100644 index 0000000..af58d40 --- /dev/null +++ b/inc/composer.json @@ -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": {} +} diff --git a/inc/composer.lock b/inc/composer.lock new file mode 100644 index 0000000..29060aa --- /dev/null +++ b/inc/composer.lock @@ -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" +}