We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7677709 commit ca7c8f3Copy full SHA for ca7c8f3
1 file changed
composer.json
@@ -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