cakephp / app

CakePHP application template
370 stars 391 forks source link

Cannot create a cakephp4 project #745

Closed gersonfs closed 4 years ago

gersonfs commented 4 years ago

This is a (multiple allowed):

What you did

Create a Cake4 project

What happened

composer create-project --prefer-dist --stability=dev cakephp/app:4.x app4      
Installing cakephp/app (4.x-dev 226c84f78a782f765c2e175c8599cd74ffb22de3)
  - Installing cakephp/app (4.x-dev 226c84f): Loading from cache
Created project in app4
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for cakephp/debug_kit 4.x-dev -> satisfiable by cakephp/debug_kit[4.x-dev].
    - cakephp/debug_kit 4.x-dev requires cakephp/chronos 2.x-dev as 2.0.0 -> no matching package found.]

What you expected to happen

Create a new Cake 4 app

markstory commented 4 years ago

Thanks for reporting this. Closing as we have a pull request up to fix the problem.