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

Commit 8431152

Browse files
committed
Valid composer.json for published package
1 parent e97d372 commit 8431152

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

composer.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
{
2+
"name": "picqer/bol-plaza-php-client",
3+
"type": "library",
4+
"description": "A PHP Client for the BOL.com Plaza API",
5+
"keywords": [
6+
"api",
7+
"php",
8+
"bol.com",
9+
"bol",
10+
"plaza"
11+
],
12+
"homepage": "http://github.com/picqer/bol-plaza-php-client",
13+
"license": "MIT",
14+
"authors": [
15+
{
16+
"name": "Casper Bakker",
17+
"email": "[email protected]"
18+
}
19+
],
220
"require": {
321
"php": ">=5.5.9"
422
},
@@ -7,4 +25,4 @@
725
"Picqer\\BolPlazaClient\\": "src/"
826
}
927
}
10-
}
28+
}

0 commit comments

Comments
 (0)