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

Commit 37a132a

Browse files
author
Andreas Högström
committed
composer file
1 parent 8a05511 commit 37a132a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "billogram/billogram_api",
3+
"type": "library",
4+
"description": "Library for connecting to the Billogram v2 API",
5+
"keywords": ["api"],
6+
"homepage": "https://billogram.com/api/documentation",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Billogram AB",
11+
"email": "[email protected]",
12+
"homepage": "https://billogram.com",
13+
"role": "Developer"
14+
}
15+
],
16+
"require": {
17+
"php": ">=5.3.0"
18+
}
19+
}

0 commit comments

Comments
 (0)