Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6afed79

Browse files
authored
The root should also be a package. (#725)
* The root should also be a package. * Update composer.json * Typo
1 parent 8588f96 commit 6afed79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "willdurand/geocoder",
2+
"name": "geocoder-php/geocoder",
33
"type": "library",
4-
"description": "The almost missing Geocoder PHP 5.4 library.",
4+
"description": "A development package for all providers",
55
"keywords": ["geocoder", "geocoding", "abstraction", "geoip"],
66
"homepage": "http://geocoder-php.org",
77
"license": "MIT",
@@ -51,6 +51,7 @@
5151
"scripts": {
5252
"test": "vendor/bin/phpunit"
5353
},
54+
"minimum-stability": "dev",
5455
"extra": {
5556
"branch-alias": {
5657
"dev-master": "4.0-dev"

0 commit comments

Comments
 (0)