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