Problems with Downloading the Laminas Skeleton Application

I’m trying to work with the Laminas Framework.

To do this, I first download the skeleton application.

But when I use the command $ composer create-project -s dev laminas / laminas-mvc-skeleton path / to / install and do the installation manually I get the following error message:

PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function Composer \ Installer :: setUpdate (), 0 passed in /home/panstone/path/to/install/vendor/laminas/laminas-skeleton-installer/src/OptionalPackagesInstaller.php on line 321 and exactly 1 expected in phar: ///usr/bin/composer/src/Composer/Installer.php: 1053

Using Composer 2.0.8 and PHP 7.4.9

thank you in advance!

Hello and welcome to our forums! :smiley:

Unfortunately there is a problem with the installer and version 2 of Composer and we will check this.

A temporary workaround can be found in the related issue report:

Sorry about the circumstance!