forked from jaywilliams/PHP-ZipCode-Class
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 744 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 744 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
{
"name": "rubberneck/php-postal-code",
"description": "Calculate the distance between U.S. zip codes and find all zip codes within a given distance of a known zip code.",
"keywords": ["postalcode", "zipcode"],
"homepage": "https://github.com/jaywilliams/PHP-ZipCode-Class",
"license": "GPL-3.0",
"authors": [
{
"name": "Micah Carrick",
"email": "micah@quixotix.com",
"homepage": "http://www.micahcarrick.com"
},
{
"name": "Jay Williams",
"email": "jay@myd3.com",
"homepage": "http://myd3.com/"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "PostalCode": "" }
}
}