You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that support for PHP 7.4 was intentionally dropped in the latest 0.10.24 release. The base composer.json of the repo has been updated to reflect that properly.
However, the composer.json files in the affected packages still list PHP 7.4 as a valid alternative to PHP 8.0, leading to compatibility issues.
In the following example, running the affected enqueue/enqueue package on PHP 7.4 produces errors like the following, as trailing constructor commas were introduced to the enqueu package: