From 37a132a87d77ce3ab694345f830908d794d05706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=B6gstr=C3=B6m?= Date: Thu, 31 Oct 2013 18:27:30 +0100 Subject: [PATCH] composer file --- composer.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..a633099 --- /dev/null +++ b/composer.json @@ -0,0 +1,19 @@ +{ + "name": "billogram/billogram_api", + "type": "library", + "description": "Library for connecting to the Billogram v2 API", + "keywords": ["api"], + "homepage": "https://billogram.com/api/documentation", + "license": "MIT", + "authors": [ + { + "name": "Billogram AB", + "email": "integration@billogram.com", + "homepage": "https://billogram.com", + "role": "Developer" + } + ], + "require": { + "php": ">=5.3.0" + } +} \ No newline at end of file