Skip to content

Commit ca7c8f3

Browse files
authored
Create composer.json
1 parent 7677709 commit ca7c8f3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

composer.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "api-postcode/php-client",
3+
"type": "php-client-api-postcode",
4+
"description": "PHP Client Api Postcode",
5+
"keywords": [
6+
"Postcode",
7+
"Zipcode",
8+
"postcode-api"
9+
],
10+
"homepage": "https://github.com/api-postcode/php-client",
11+
"license": "MIT",
12+
"authors": [
13+
{
14+
"name": "Api Postcode",
15+
"email": "info@api-postcode.nl"
16+
}
17+
],
18+
"require": {
19+
},
20+
"autoload": {
21+
"psr-4": {
22+
"ApiPostcode\\": ""
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)