Skip to content

Commit 77c06dd

Browse files
committed
Fixed autoloading with composer.
To make autoloading with composer work, package needs to be installed in the PHPGoogleMaps directory (to follow PSR-0 standard).
1 parent b9605c3 commit 77c06dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"psr-0": {
2121
"PHPGoogleMaps": ""
2222
}
23-
}
24-
}
23+
},
24+
"target-dir": "PHPGoogleMaps"
25+
}

0 commit comments

Comments
 (0)