OblikStudio / kirby-git

Kirby plugin for updating content in the panel via Git
MIT License
84 stars 6 forks source link

Update through composer for Kirby 3.6 #26

Closed janstieler closed 2 years ago

janstieler commented 2 years ago

Hi, how can I update kirby-git with the composer for Kirby 3.6? If I use version "oblik/kirby-git": "^dev-dev", I get error messages. What version number have I to use in the composer.json for updating?

Cheers

hdodov commented 2 years ago

What error messages do you get? 🤔

janstieler commented 2 years ago

Hi, the error is:

Could not parse version constraint ^dev-dev: Invalid version string "^dev-dev"

hdodov commented 2 years ago

This error means Composer doesn't understand the version you've specified. I think you can't use caret ^ together with dev-dev. You should simply try with dev-dev.

hdodov commented 2 years ago

I also just released version 1.3.0 with the Kirby 3.6 updates, so you should be able to use that as well.