Closed asaliev closed 5 years ago
Mind taking a stab at fixing the coveralls requirement?
Aight I'll check it, but I think I'll need to update travis config too, since it attempts to get fetch the dev-master package
Sounds good to me :)
@josegonzalez looks like only the deprecated stuff is left. do we want to do this in this PR? This will probably mean bumping the cakephp/cakephp version constraint tho
I'll merge this for now, but can you make a pr for the deprecations? I'll make a release after that :)
Attempt at #25
Note: on local install composer pulled cakephp 3.7 for me and a bunch of deprecated errors started popping up, so locally I've used
error_reporting(E_ALL & ~E_USER_DEPRECATED);
to run the tests.