-
Notifications
You must be signed in to change notification settings - Fork 53
Conversation
Hi, you forgot to bump php version |
done ;) |
👍 |
done ;). I will check other components Warm regards, Abdul Malik Ikhsan Pada 4 Jun 2015, pukul 12.07, Václav Vaník notifications@github.com menulis:
|
👍 This is a nice bonus of using PHP 5.5. :) |
remove $that = $this usage
Changing the minimum required PHP version in a patch release is bad for BC, because this breaks when updating from 2.5.1 to 2.5.2 on a server that doesn't have PHP 5.5 installed yet. |
@pierredup Starting with 2.5.0 we both messaged a bump to PHP 5.5, and stopped testing against earlier PHP versions; our mistake was that while we intended to change the PHP minimum requirement to 5.5 in the Since we do only test against 5.5 and up, claiming that we support less than that is also untrue. As such, we've bumped the version in the 2.5.1 version of each component to reflect what we actually support, and what we originally intended. |
@weierophinney Thanks for the explanation |
No description provided.