php-redis-server icon indicating copy to clipboard operation
php-redis-server copied to clipboard

Upgrade language level to PHP 7.4

Open jkrzefski opened this issue 5 years ago • 0 comments

I increased the minimum required version of PHP to 7.4 and added strong type hints everywhere I could. It was not always possible, but I think it turned out pretty good. I updated all composer dependencies and I also added PHPUnit and PHP-CS-Fixer as development dependencies. I also had to fix the unit tests to be compatible with PHPUnit 9.

The tests all run successfully now, but I would appreciate a second opinion on whether they still make sense.

jkrzefski avatar Oct 01 '20 20:10 jkrzefski