New theme creation installing Sage 10 instead of 11

Hi there, I tried running the create-project command from the Sage docs to install Sage on a brand new site, and it is installing Sage 10.4.1 instead of Sage 11.

composer create-project roots/sage your-theme-name

What do I need to do to have it install Sage 11 instead so that the current documentation is applicable?

FYI that’s not even the latest Sage 10 version

You aren’t getting the proper version because your PHP version is out of date

You’ll need PHP 8.2+ to grab Sage 11

1 Like

Oof :man_facepalming:, thank you! Updated everything and working.

1 Like