# New theme creation installing Sage 10 instead of 11

**URL:** https://discourse.roots.io/t/new-theme-creation-installing-sage-10-instead-of-11/29627
**Category:** sage
**Created:** 2025-05-22T16:16:48Z
**Posts:** 3

## Post 1 by @Justin_Yonk — 2025-05-22T16:16:48Z

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?

---

## Post 2 by @ben — 2025-05-22T16:21:19Z

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

---

## Post 3 by @Justin_Yonk — 2025-05-22T17:49:13Z

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