Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Högström committed Oct 31, 2013
1 parent 8a05511 commit 37a132a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"homepage": "https://billogram.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
}
}

0 comments on commit 37a132a

Please sign in to comment.