povils / phpmnd

PHP Magic Number Detector
MIT License
554 stars 46 forks source link

Widen constrainst for symfony 4 compatibility #63

Closed bcremer closed 6 years ago

bcremer commented 6 years ago

Fixes https://github.com/povils/phpmnd/issues/62.

Unit-Testsuite is green. Also tested on some of my own projects.

$ ./vendor/bin/phpunit                                                                                                                                     
PHPUnit 6.5.5 by Sebastian Bergmann and contributors.

.......................                                           23 / 23 (100%)

Time: 117 ms, Memory: 10.00MB

OK (23 tests, 31 assertions)
povils commented 6 years ago

Thanks