Skip to content

Commit

Permalink
PSR-4 loader
Browse files Browse the repository at this point in the history
  • Loading branch information
cirovargas committed Jul 12, 2017
1 parent 83faed4 commit 7319f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"email": "[email protected]",
"issues": "https://github.com/cirovargas/google-distance-matrix/issues"
},
"version": "v0.0.4",
"version": "v0.0.6",
"require": {
"php": ">=7.0",
"guzzlehttp/guzzle": "^6.2"
},
"autoload": {
"psr-4": {
"Cirovargas\\GoogleDistanceMatrix\\": "src/"
"CiroVargas\\GoogleDistanceMatrix\\": "src/"
}
}
}

0 comments on commit 7319f52

Please sign in to comment.