nystudio107 / craft-connect

Allows you to connect to external databases and perform db queries
MIT License
16 stars 5 forks source link

Craft-connect plugin documentation info missmatch #42

Closed andreibrindas closed 1 year ago

andreibrindas commented 1 year ago

Describe the bug

On the plugin documentation repo, it says it's compatible with Craft CMS version 3.x.x, but when you go ahead and install the plugin, Craft CMS 4.x.x is required.

To reproduce

Steps to reproduce the behaviour:

  1. Have a Craft CMS install on 3.x.x
  2. Run the composer require install
  3. See the error

Expected behaviour

The docs should have different composer commands for the compatible Craft CMS versions

Versions

khalwat commented 1 year ago

If you change the version to ^1.0.0 you will get the Craft 3 compatible version of the plugin.