Skip to content

Commit

Permalink
Fixed autoloading with composer.
Browse files Browse the repository at this point in the history
To make autoloading with composer work, package needs to be installed in the PHPGoogleMaps directory (to follow PSR-0 standard).
  • Loading branch information
jakzal committed Oct 14, 2012
1 parent b9605c3 commit 77c06dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"psr-0": {
"PHPGoogleMaps": ""
}
}
}
},
"target-dir": "PHPGoogleMaps"
}

0 comments on commit 77c06dd

Please sign in to comment.