-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
Description
Php has also dropped support for php 5.3 / 5.4 / 5.5, also other mayor php-libraries have or are dropping support for anything php 5. It is also preventing your library from moving forward as dependencies you use are only supporting php 7+. For instance you cannot run phpunit (6) in php 7 through Travis at this point.
It would also give you the ability to drop all the old legacy code and go really bananas.