forked from postcode-nl/PostcodeNl_Api_RestClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 1.04 KB
/
composer.json
File metadata and controls
31 lines (31 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "scouting-nl/api-restclient",
"description": "A client to the Postcode.nl Address API for Dutch address verification. You will need to create an account at https://api.postcode.nl.",
"keywords": ["postcode", "netherlands", "api", "rest", "client", "magento", "address"],
"license": "BSD-2-Clause",
"authors": [{"name": "Twan van de Moosdijk", "role": "Developer"}],
"homepage": "https://www.scouting.nl",
"support": {
"email": "teaminternet@scouting.nl",
"issues": "https://github.com/postcode-nl/PostcodeNl_Api_RestClient/issues",
"support": "https://github.com/postcode-nl/PostcodeNl_Api_RestClient"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Moosjes/PostcodeNl_Api_RestClient"
}
],
"autoload": {
"psr-0": {
"": "library/"
},
"classmap": [
"library/PostcodeNl/Api/RestClient.php"
]
},
"require": {
"php": ">=5.6",
"ext-curl": "*"
}
}