I needed to do this to install the latest Statamic Peak into the Statamic v4 beta.
starter-kit.yaml
to betadependencies:
studio1902/statamic-peak-browser-appearance: '2.0-beta.2'
studio1902/statamic-peak-commands: '2.0-beta.4'
studio1902/statamic-peak-seo: '2.0-beta.2'
studio1902/statamic-peak-tools: '3.0-beta.3'
config.json
:{
"config": {},
"repositories": [
{
"type": "path",
"url": "/Users/daniel/www/statamic-peak"
}
]
}
config.json
, not the composer.json
~/.composer.config.json
, but one can find its place via composer config --global home
--local
flag. To get the Statamic beta, also add the --dev
flag:statamic new mysite studio1902/statamic-peak --dev --local