mezzio / mezzio-skeleton

Laminas mezzio skeleton. Begin developing PSR-15 middleware applications in seconds!
https://docs.mezzio.dev/mezzio/
BSD 3-Clause "New" or "Revised" License
120 stars 31 forks source link

Unable to install on PHP8.1 #66

Closed SeriousKen closed 2 years ago

SeriousKen commented 2 years ago

Trying to create a new Mezzio project and falling at the first hurdle.

I'm running composer create-project mezzio/mezzio-skeleton then selecting all the defaults plus choosing plates for templating and I get the following.

Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - elie29/zend-phpdi-config is locked to version v6.0.0 and an update of this package was not requested.
    - elie29/zend-phpdi-config v6.0.0 requires php ^7.1 -> your php version (8.1.2) does not satisfy that requirement.
arueckauer commented 2 years ago

This is a pending issue. Have a look here for a solution.