jeremyharris / cakephp-lazyload

A lazy loader for CakePHP entities.
MIT License
61 stars 10 forks source link

Upgraded PHPUnit constraint to 5.7 in require dev #14

Closed jeremyharris closed 7 years ago

jeremyharris commented 7 years ago

Tests were breaking in php > 5.6 due to cakephp 3.4 requiring phpunit > 5.7.

Used debug kit as an example of managing php 5.5 because I'm not very good at this.