I was curious to try out your starter kit but when running statamic new xxxxx Stillat/the-agency-starter-kit, I get the following error from Composer:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- stillat/antlers-layouts[v1.0.0, ..., v1.0.1] require statamic/cms ^3.4 -> found statamic/cms[v3.4.0, ..., 3.4.x-dev] but it conflicts with your root composer.json require (^4.0).
- Root composer.json requires stillat/antlers-layouts 1.* -> satisfiable by stillat/antlers-layouts[v1.0.0, v1.0.1].
I think the problem is here where antlers-layouts is still specified as 1. but it needs to be 2. in order to support Statamic v4, which the Statamic CLI is attempting to install.
I didn't make a pull request to change this because it's probably just as fast for you to update it directly :)
Hello!
I was curious to try out your starter kit but when running
statamic new xxxxx Stillat/the-agency-starter-kit
, I get the following error from Composer:I think the problem is here where
antlers-layouts
is still specified as 1. but it needs to be 2. in order to support Statamic v4, which the Statamic CLI is attempting to install.I didn't make a pull request to change this because it's probably just as fast for you to update it directly :)