chasegiunta / craft-jason

A field type for displaying & editing JSON data.
Other
15 stars 11 forks source link

Can't install on latest Craft install #143

Closed jan-dh closed 2 years ago

jan-dh commented 2 years ago

I get the following error when trying to install:

Problem 1
    - Root composer.json requires chasegiunta/craft-jason ^2.0 -> satisfiable by chasegiunta/craft-jason[2.0.0, 2.0.1].
    - chasegiunta/craft-jason[2.0.0, ..., 2.0.1] require craftcms/cms ^3.4 -> found craftcms/cms[3.4.0-beta.1, ..., 3.7.59] but it conflicts with your root composer.json require (4.3.1).
chasegiunta commented 2 years ago

@jan-dh you're trying to install version 2. version 3 was released with Craft 4 compatibility.

jan-dh commented 2 years ago

Weird, I just copy/pasted the string from the plugin store: composer require chasegiunta/craft-jason -w && php craft plugin/install jason that can be found here

chasegiunta commented 2 years ago

¯_(ツ)_/¯