Skip to content

Commit

Permalink
Updates name so that we can publish ourselves.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Feb 1, 2021
1 parent de82563 commit 66d19c5
Showing 1 changed file with 64 additions and 53 deletions.
117 changes: 64 additions & 53 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,67 @@
{
"name" : "league/geotools",
"type" : "library",
"description" : "Geo-related tools PHP 7.3+ library",
"keywords" : ["geotools", "geometry", "geocoder", "geocoding", "geoip", "bounds", "distance", "batch", "async", "geohash", "geolocation", "latlong", "latitude", "longitude"],
"license" : "MIT",

"authors" : [{
"name" : "Antoine Corcy",
"email" : "[email protected]",
"homepage" : "http://sbin.dk",
"role" : "Developer"
}],

"support" : {
"issues" : "https://github.com/thephpleague/geotools/issues",
"source" : "https://github.com/thephpleague/geotools"
},

"replace" : {
"toin0u/geotools" : "*"
},

"require" : {
"php" : "^7.3 || ^7.4 || ^8.0",
"psr/cache" : "^1.0",
"willdurand/geocoder" : "^4.2",
"react/promise" : "^2.2",
"symfony/console" : "^3.4 || ^4.4 || ^5.0",
"symfony/property-access" : "^3.4 || ^4.4 || ^5.0",
"symfony/serializer" : "^3.4 || ^4.4 || ^5.0",
"react/event-loop" : "0.4.*",
"php-http/discovery" : "^1.0",
"cache/array-adapter" : "^1.0",
"ext-bcmath": "*"
},

"require-dev" : {
"phpunit/phpunit" : "^8.5"
},

"autoload" : {
"psr-4" : {
"League\\Geotools\\" : "src",
"League\\Geotools\\Tests\\" : "tests"
}
},

"bin" : ["bin/geotools"],

"extra" : {
"branch-alias" : {
"dev-master" : "0.7-dev"
}
"name": "ricorocks-digital-agency/geotools",
"type": "library",
"description": "Geo-related tools PHP 7.3+ library",
"keywords": [
"geotools",
"geometry",
"geocoder",
"geocoding",
"geoip",
"bounds",
"distance",
"batch",
"async",
"geohash",
"geolocation",
"latlong",
"latitude",
"longitude"
],
"license": "MIT",
"authors": [
{
"name": "Antoine Corcy",
"email": "[email protected]",
"homepage": "http://sbin.dk",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/thephpleague/geotools/issues",
"source": "https://github.com/thephpleague/geotools"
},
"replace": {
"toin0u/geotools": "*"
},
"require": {
"php": "^7.3 || ^7.4 || ^8.0",
"psr/cache": "^1.0",
"willdurand/geocoder": "^4.2",
"react/promise": "^2.2",
"symfony/console": "^3.4 || ^4.4 || ^5.0",
"symfony/property-access": "^3.4 || ^4.4 || ^5.0",
"symfony/serializer": "^3.4 || ^4.4 || ^5.0",
"react/event-loop": "0.4.*",
"php-http/discovery": "^1.0",
"cache/array-adapter": "^1.0",
"ext-bcmath": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
"League\\Geotools\\": "src",
"League\\Geotools\\Tests\\": "tests"
}
},
"bin": [
"bin/geotools"
],
"extra": {
"branch-alias": {
"dev-master": "0.7-dev"
}
}
}

0 comments on commit 66d19c5

Please sign in to comment.