-
-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
Description
When creating #141, I ran into some problems trying to maintain support for PHP 5.3. For example, $this isn't bound to the scope of a closure until PHP 5.4. On top of that, it's become quite the nuisance to create a development environment for PHP 5.3 with all the bells and whistles required to develop the library, even with Docker.
I think it might be time to drop support for PHP < 7.x. Maybe create a 3.0 release targeting modern PHP versions?