psr7-sessions/storageless

Question: PHP minimum version

Closed this issue · 2 comments

Is there a reason why minimum required PHP version is ~7.0? couldn't it be >=5.5?

I've just seen #29, I expand my question:

Is there any "technical" reason to force minimum PHP version to ~7.0? maybe >=5.6

IMHO I don't see the point in not wanting to support lets say a "legacy version" when it seems technically feasible (only scalar type hinting being used?) given PHP5.6 is still actively supported and will still be maintained for two more years

Not interested, and will likely bump to 7.1 as soon as we have any nullable
or void type declaration.

7.0 is stable, there are 0 reasons not to use it for new packages and
projects.

Security support is already something complex to take on: let's not turn it
into security+ legacy support.

On 3 Nov 2016 22:31, "Julián Gutiérrez" notifications@github.com wrote:

I've just seen #29
#29, I expand my
question:

Is there any "technical" reason to force minimum PHP version to ~7.0?
maybe >=5.6

IMHO I don't see the point in not wanting to support lets say a "legacy
version" when it seems technically feasible (only scalar type hinting being
used?) given PHP5.6 is still actively supported
http://php.net/supported-versions.php and will still be maintained for
two more years


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#56 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAJakPk9Nj5PD4I3uPxCno2_6CA2u8afks5q6lK4gaJpZM4Ko7Zf
.