php-to-7-aid icon indicating copy to clipboard operation
php-to-7-aid copied to clipboard

Support for PHP > 7.0

Open smilesrg opened this issue 4 years ago • 1 comments
trafficstars

It would be nice to add support for PHP versions greater than 7.0

smilesrg avatar Jun 15 '21 16:06 smilesrg

Hi @smilesrg this package was never really working. I once used https://github.com/sstalle/php7cc, to update code from 5 to 7. But this package is no longer supported... They suggest phan or phpstan, but I would recommend using rector, which uses phpstan under the hood. This tool can even help you get your code to PHP 8.

gisostallenberg avatar Jun 22 '21 10:06 gisostallenberg