Closed renanbr closed 8 years ago
PHP version constraint is missing in composer.json file. Tests are running with 5.6, but why not ^7.0?
composer.json
5.6
^7.0
7.0 wasn't out yet, or available on travis when I originally wrote this. No reason not to update the version matrix though.
PHP version constraint is missing in
composer.json
file. Tests are running with5.6
, but why not^7.0
?