-
-
Notifications
You must be signed in to change notification settings - Fork 574
PHP 7.4 compatibility broken since v15.27.0 #1809
Copy link
Copy link
Closed
Labels
Description
According to composer.json, PHP 7.4 still is officially supported:
Line 12 in b2d7b74
| "php": "^7.4 || ^8", |
However PR #1802 added an explicit implementation of the \Stringable to various classes. This interface only exists as of PHP 8. The library is broken with PHP 7.4 since then:
Error: Interface 'Stringable' not found in /home/runner/work/*snip*/vendor/webonyx/graphql-php/src/Type/Definition/Type.php:12
Reactions are currently unavailable