-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 766 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 766 Bytes
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
{
"name": "api-postcode/api-postcode-bundle",
"type": "symfony-bundle",
"description": "Symfony Api Postcode bundle",
"keywords": ["Postcode", "Bundle", "Symfony", "Zipcode", "Address", "postcode-api"],
"homepage": "https://api-postcode.nl",
"license": "MIT",
"authors": [
{
"name": "Api Postcode",
"email": "info@api-postcode.nl"
}
],
"require": {
"php": ">=7.1.0",
"ext-json": "*",
"symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"api-postcode/php-client": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"autoload": {
"psr-4": {
"ApiPostcode\\PostcodeBundle\\": ""
}
}
}