php-to-7-aid
php-to-7-aid copied to clipboard
Support for PHP > 7.0
trafficstars
It would be nice to add support for PHP versions greater than 7.0
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.