We're using 2.x version of this lib and I was curious if the tests would pass without deprecation notices and such in PHP 7.3 and 7.4 so I made some modifications to composer.json, .travis.yml and a couple of files in the tests directory in order to get the tests to pass against PHP 5.6 through 7.4.
No changes were made to any files in the src, just development related changes.
I'm not sure if you're accepting PRs against the 2.x branch, but since I took the time to do this I figured it might be helpful for you.
We're using 2.x version of this lib and I was curious if the tests would pass without deprecation notices and such in PHP 7.3 and 7.4 so I made some modifications to
composer.json
,.travis.yml
and a couple of files in thetests
directory in order to get the tests to pass against PHP 5.6 through 7.4.No changes were made to any files in the
src
, just development related changes.I'm not sure if you're accepting PRs against the 2.x branch, but since I took the time to do this I figured it might be helpful for you.
Thanks!