Problems Installing Sage 10

Hey all,

Figured I’d spend my isolation time tinkering with Sage 10 but I can’t get it to install. Here’s the command I’m running:

composer create-project roots/sage my-theme-name dev-10.0.0-dev

And here’s the error I’m getting:

[InvalidArgumentException]
Could not find package roots/sage with version dev-10.0.0-dev in a vers
ion installable using your PHP version 7.2.4.

Can anyone help me figure out what’s going on please?

-=Chris

It may be the case that the installed PHP version is not recent enough for this sage version.

You need at least PHP 7.2.5 – you’re on 7.2.4

Okay, thanks. I’ll try that!

-=Chris

This topic was automatically closed after 42 days. New replies are no longer allowed.