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
Install laminas-mvc-skeleton with the option minimal on Windows 10 results in an script error near the end.
Current behavior
An error is reported: Script php -r 'if (file_exists("bin/remove-package-artifacts.php")) include "bin/remove-package-artifacts.php";' handling the post-create-project-cmd event returned with error code 1
How to reproduce
composer create-project -s dev laminas/laminas-mvc-skeleton path/to/install
selecting Y for minimal install
Expected behavior
The text was updated successfully, but these errors were encountered:
kingma-sbw
changed the title
Installing on Windows 10 issues a event error code 1
Installing laminas-mvc-skeleton on Windows 10 issues a event error code 1
Jul 1, 2021
kingma-sbw
changed the title
Installing laminas-mvc-skeleton on Windows 10 issues a event error code 1
Installing laminas-mvc-skeleton on Windows 10 issues an event error code 1
Jul 1, 2021
This error is reproducable on Windows 10 for all versions starting from 1.0.0 and caused by Windows ignoring double quotes in passing a string argument in the composer post-create-project-cmd script.
A possible solution could be moving the various post-create-project-cmd scripts into one or more callbacks (PHP class).
For a manual workaroung execute bin/remove-package-artifacts.php and delete CHANGELOG.md.
Bug Report
Summary
Install laminas-mvc-skeleton with the option minimal on Windows 10 results in an script error near the end.
Current behavior
An error is reported:
Script php -r 'if (file_exists("bin/remove-package-artifacts.php")) include "bin/remove-package-artifacts.php";' handling the post-create-project-cmd event returned with error code 1
How to reproduce
composer create-project -s dev laminas/laminas-mvc-skeleton path/to/install
selecting Y for minimal install
Expected behavior
The text was updated successfully, but these errors were encountered: