Skip to content
This repository was archived by the owner on Mar 22, 2020. It is now read-only.

Commit 4544a93

Browse files
committed
Adding license to composer.json and other minor updates to composer.json
1 parent fa9b7cb commit 4544a93

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

composer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
"name": "predicthq/address-formatter",
33
"description": "Address formatter using country templates from https://github.com/OpenCageData/address-formatting",
44
"type": "library",
5+
"license": "MIT",
56
"authors": [
67
{
78
"name": "PredictHQ",
89
"homepage": "https://developer.predicthq.com"
10+
},
11+
{
12+
"name": "Robert Kern",
13+
"homepage": "http://www.robertkern.com",
14+
"role": "Developer"
915
}
1016
],
1117
"require": {
@@ -19,6 +25,9 @@
1925
"autoload": {
2026
"psr-4": {
2127
"PredictHQ\\AddressFormatter\\": "src"
22-
}
28+
},
29+
"exclude-from-classmap": [
30+
"/tests/"
31+
]
2332
}
2433
}

0 commit comments

Comments
 (0)