Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PHP80 Stringable polyfill #12

Merged
merged 1 commit into from
May 12, 2021
Merged

Fix PHP80 Stringable polyfill #12

merged 1 commit into from
May 12, 2021

Conversation

veewee
Copy link
Collaborator

@veewee veewee commented May 12, 2021

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 : humbug/php-scoper#473
Merged in a temporary fix.

@veewee veewee added the bug Something isn't working label May 12, 2021
@veewee veewee merged commit 8a2c678 into phpro:master May 12, 2021
@veewee veewee changed the title Dependencies Fix PHP80 Stringable polyfill May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant