Can't install Kirby 5 with composer

Hello,

I’m trying to install a new kirby. With composer, it first install a version 4. I upgrade the PHP version from 8.2 to 8.4 and try to make en update, but it never update to kirby 5.
What have I missed?

Thank you

What exactly did you try to install via composer, the Starterkit? When I tried that, I also got Kirby 4.8.

There’s also a new composerkit here: GitHub - getkirby/composerkit: The Composerkit is a minimal plainkit for Kirby that uses Composer to manage its dependencies., which installs Kirby 5.

No, the plainkit.

I tried Composerkit but it doesn’t work (blank page, there isn’t any index page ?..)

I tried the composerkit before posting here and worked fine for me…

composer create-project getkirby/composerkit

Composerkit is basically the same as Plainkit, just says “Home” on homepage.

1 Like

Thank you for your answer, I’ve installed directly with the files from git