Bug Report
| Software |
Version |
| Windows |
11 - Full Updated |
| PHP CLI |
7.4.9 |
Summary
Trying to create a new empty project according project tutorial in https://api-tools.getlaminas.org/
Current behavior
composer create-project laminas-api-tools/api-tools-skeleton
....
> php -r 'if (file_exists("src/remove-package-artifacts.php")) include "src/remove-package-artifacts.php";'
Script php -r 'if (file_exists("src/remove-package-artifacts.php")) include "src/remove-package-artifacts.php";' handling the post-create-project-cmd event returned with error code 1
How to reproduce
In console run composer create-project laminas-api-tools/api-tools-skeleton, and use production config files, at the end of process the line errors above will be displayed

Expected behavior
Create a new project without errors
Bug Report
Summary
Trying to create a new empty project according project tutorial in https://api-tools.getlaminas.org/
Current behavior
How to reproduce
In console run

composer create-project laminas-api-tools/api-tools-skeleton, and use production config files, at the end of process the line errors above will be displayedExpected behavior
Create a new project without errors