-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error on non-minimal install (selecting optional packages) #13
Comments
What version of Composer are you using? ( |
And many thanks for the fast reply! |
@PAStheLoD Thanks for reporting! 👍 |
At the suggestion of froschdesign, I am adding my findings here: On https://github.com/laminas/laminas-skeleton-installer/blob/0.3.x/src/OptionalPackagesInstaller.php line 321 In my case changing OptionalPackagesInstaller with a |
Fixed with #15 |
Bug Report
Summary
I'm using
composer create-project --stability dev laminas/laminas-mvc-skeleton /opt/backend
, when composer asks about minimal install (optional packages) I tried various combinations (most of the packages, just one, or just a different one), but the error is the same. (mvc-skeleton is at 1.2.x-dev 12ff936 currently)The text was updated successfully, but these errors were encountered: