phpro / grumphp-shim

This repository provides easy way to install GrumPHP without the risk of conflicting dependencies.
MIT License
22 stars 3 forks source link

Fix PHP80 Stringable polyfill #12

Closed veewee closed 3 years ago

veewee commented 3 years ago

Phar is broken on PHP 7.3 and 7.4

PHP Fatal error: Interface 'Stringable' not found in phar:///home/runner/work/grumphp-shim/grumphp-shim/grumphp.phar/vendor/symfony/string/AbstractString.php on line 28

It appears to be a scoper issue : https://github.com/humbug/php-scoper/issues/473 Merged in a temporary fix.