From 77c06dd5a23508fd56512cb100177ccdbc49ba54 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 14 Oct 2012 10:46:00 +0100 Subject: [PATCH] Fixed autoloading with composer. To make autoloading with composer work, package needs to be installed in the PHPGoogleMaps directory (to follow PSR-0 standard). --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cf03ce5..f7915d5 100644 --- a/composer.json +++ b/composer.json @@ -20,5 +20,6 @@ "psr-0": { "PHPGoogleMaps": "" } - } -} \ No newline at end of file + }, + "target-dir": "PHPGoogleMaps" +}