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
On Linux distributions like Alpine GLOB_BRACE is not available, which is a known issue.
An elegant workaround is to use Laminas\Stdlib instead of PHP's native glob() method. Will create a PR which hopefully gets accepted to solve this annoying issue.
The text was updated successfully, but these errors were encountered:
On Linux distributions like Alpine GLOB_BRACE is not available, which is a known issue.
An elegant workaround is to use Laminas\Stdlib instead of PHP's native glob() method. Will create a PR which hopefully gets accepted to solve this annoying issue.
The text was updated successfully, but these errors were encountered: