iamstuartwilson / strava

PHP Class for the Strava API (v3)
MIT License
120 stars 26 forks source link

fix for composer install on case-sensitive operating systems #5

Closed eugenenunan closed 9 years ago

eugenenunan commented 9 years ago

composer autoload will not autoload the Iamstuartwilson namespace in case-sensitive operating systems such as linux. Will resolve the error message: PHP Fatal error: Class 'Iamstuartwilson\StravaApi' not found

iamstuartwilson commented 9 years ago

@eugenenunan sorry this has taken so long, but #6 has sorted this now :)