Stillat / the-agency-starter-kit

The Agency is a free Statamic Starter Kit designed as an example of utilizing various techniques to implement a highly customized Statamic experience.
MIT License
9 stars 3 forks source link

Unable to install with Statamic 4.x #2

Closed hybridvision closed 11 months ago

hybridvision commented 1 year ago

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:

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 :)