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
Adding PHP 8.0 support effort for docksal/cli has uncovered those minor issues again.
The tool has to be installed globally via cgr (a safer replacement for composer global install), but cgr has not yet added support for PHP 8.0 (consolidation/cgr#40).
For now, I'd rather keep different PHP image variants consistent in terms of what tools we bundle in docksal/cli.
We can re-introduce mg2-codegen back if there is a user base for it among Docksal users.
The text was updated successfully, but these errors were encountered:
There are various minor issues with this tool which make it a PIA to deal with for a docker image maintainer:
Adding PHP 8.0 support effort for docksal/cli has uncovered those minor issues again.
The tool has to be installed globally via
cgr
(a safer replacement forcomposer global install
), butcgr
has not yet added support for PHP 8.0 (consolidation/cgr#40).For now, I'd rather keep different PHP image variants consistent in terms of what tools we bundle in
docksal/cli
.We can re-introduce
mg2-codegen
back if there is a user base for it among Docksal users.The text was updated successfully, but these errors were encountered: