Clean installation results in an error after running bin/clear-config-cache.php
Current behavior
Script php bin/clear-config-cache.php handling the clear-config-cache event returned with error code 255
Script @clear-config-cache was called via post-update-cmd
How to reproduce
Just do a clean project creation: composer create-project mezzio/mezzio-skeleton dir_name
Using composer's --no-cache flag yields the same error.
Bug Report
Summary
Clean installation results in an error after running
bin/clear-config-cache.php
Current behavior
How to reproduce
Just do a clean project creation:
composer create-project mezzio/mezzio-skeleton dir_name
Using composer's--no-cache
flag yields the same error.Expected behavior
Finish the project creation without errors.