basz / SlmLocale

Auto detection of locale through different strategies for Zend Framework 2
Other
67 stars 34 forks source link

Drop unsupported PHP versions #76

Closed tdutrion closed 6 years ago

tdutrion commented 8 years ago

Hi!

After a while, I'm back on making this lib compatible with ZF3, and I was wondering if there would be anyone against dropping support for any unsupported php version (so > 5.6 only would be supported).

It make sense in a way as they are unsupported, and would allow using some of the new features (I personnaly love the ::class syntax...)

basz commented 7 years ago

Hi, maintenance of this package has been taken over by me. If you still feel this issue is valid please go ahead and create a PR or contribute in an other manner.

basz commented 7 years ago

IMO 7.1+ only for next major version

tdutrion commented 7 years ago

Going with 7.1 means probably only ZF3+ and expressive, should we go ahead and drop all support for previous ZF versions as well?

basz commented 7 years ago

Well, it's easy for me. I'm not using this lib ATM. So I'll guess we should ask our contributors at the least...

please vote thumbs up or down with a reaction on this comment cc. @svycka @tdutrion @sasezaki @atukai @prolic @fwwarr @RWOverdijk @slavcodev @swiftchase @fwwarr @thomascrepain @coolmic

prolic commented 7 years ago

I don't use this lib anymore. But if you ask me, 7.1 only!

slavcodev commented 7 years ago

👍

svycka commented 7 years ago

I am using php 7.1 and zend-mvc 2.7 with no problems. also, zend-mvc 3.0 support can be added very easy but not without BC break. But I guess we can do it. Unfortunately, I am only using this with zend-mvc 2.7 and don't have time now to work on this.

svycka commented 6 years ago

I have bumped php to ^5.6 | ^7.0 because we don't use any php 7.1 features I don't see the need to make it ^7.1. Maybe if someone will find some time to refactor to use new php 7.1 features then yes we can do it later.