Skip to content

Commit

Permalink
Autoload as 'files' instead of PSR-4 which implies classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Ross committed Jun 1, 2015
1 parent d507cf0 commit 884eae9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
}
],
"autoload": {
"psr-0": {
"DaveRoss\\OfflineCountryReverseGeocoder\\": "src"
}
"files": ["src/offline-country-reverse-geocoder.php"]
}
}

0 comments on commit 884eae9

Please sign in to comment.