Skip to content

Commit

Permalink
Adjusted composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
frostybee committed Mar 22, 2023
1 parent b185f20 commit 72e0e79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "frostybee/geobee",
"description": "A simple, stand-alone PHP library for calculating the distance between geographical coordinates.",
"version": "1.0.0",
"version": "1.0.1",
"keywords": ["Vincenty formulae", "haversine", "geodesic distance"],
"homepage": "https://github.com/frostybee/geobee",
"type": "library",
"license": "MIT",
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Frostybee\\Geobee\\": "src/"
Expand Down

0 comments on commit 72e0e79

Please sign in to comment.