Skip to content

Commit af24f8d

Browse files
authored
Create composer.json
1 parent 035cff9 commit af24f8d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

composer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "api-postcode/api-postcode-laravel",
3+
"description": "Laravel package for api-postcode,
4+
"keywords": ["laravel", "postcode", "api-postcode", "address", "api"],
5+
"homepage": "https://api-postcode.nl",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Api Postcode",
10+
"email": "info@api-postcode.nl"
11+
}
12+
],
13+
"require": {
14+
"php": ">=5.5.9",
15+
"illuminate/support": "^5.1",
16+
"api-postcode/php-client": "^1.0"
17+
},
18+
"autoload": {
19+
"psr-4": {
20+
"ApiPostcode\\": ""
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)