From 4db74ad058c569a433751fcea12e1db95c57e4a2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 29 May 2020 13:01:03 +0100 Subject: [PATCH] Add composer.json --- .gitignore | 4 ++++ composer.json | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 composer.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96bcd18 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!*/ +!/.gitignore +!/composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..484a161 --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "opdavies/glassboxx-sdk-php", + "type": "library", + "license": "MIT", + "authors": [ + { + "name": "Oliver Davies", + "email": "oliver@oliverdavies.uk" + } + ], + "minimum-stability": "stable", + "require": {} +}