Skip to content

Commit 1b73c36

Browse files
authored
Create composer.json
1 parent 026a712 commit 1b73c36

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

composer.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "api-postcode/api-postcode-bundle",
3+
"type": "symfony-bundle",
4+
"description": "Symfony Api Postcode bundle",
5+
"keywords": ["Postcode", "Bundle", "Symfony", "Zipcode", "Address", "postcode-api"],
6+
"homepage": "https://api-postcode.nl",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Api Postcode",
11+
"email": "info@api-postcode.nl"
12+
}
13+
],
14+
"require": {
15+
"php": ">=5.4",
16+
"symfony/framework-bundle": "^2.7 || ^3.0",
17+
"api-postcode/php-client": "^1.0"
18+
},
19+
"require-dev": {
20+
"phpunit/phpunit": "^6.0",
21+
"matthiasnoback/symfony-dependency-injection-test": "^2.0"
22+
},
23+
"autoload": {
24+
"psr-4": {
25+
"ApiPostcode\\PostcodeBundle\\": ""
26+
}
27+
}
28+
}

0 commit comments

Comments
 (0)