iamstuartwilson / strava

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

Drop support for outdated PHP versions #35

Open mjaschen opened 5 years ago

mjaschen commented 5 years ago

As of today (September 2019) PHP versions up to 7.0 don't get support any longer.

I suggest that we drop support for older PHP versions as well (maybe allowing to be one major release behind).

Migrating to PHP 7+ would allow us use great features like strict mode, argument and return type hinting and many more.

mjaschen commented 5 years ago

As this breaks backwards compatibility a new major release (2.0) would be required.