Skip to content

Commit 24eefe0

Browse files
committed
Merge pull request galen#16 from jakzal/ComposerFix
Fixed autoloading with composer
2 parents b9605c3 + 77c06dd commit 24eefe0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
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)