confluxgroup / craft-level-entry-types

A Craft CMS 3.x plugin that allows developers to limit the entry types available at each level of a structure section.
Other
5 stars 1 forks source link

The plugin could not be found in any version #6

Closed helleholmsen closed 2 years ago

helleholmsen commented 2 years ago

Trying to install it with composer require confluxgroup/level-entry-types does not work. Do I need php v8 or something? I'm using php v 7.4 in my project. This is the error message I get:

Root composer.json requires confluxgroup/level-entry-types, it could not be found in any version, there may be a typo in the package name.

helleholmsen commented 2 years ago

I also tried adding it to composer.json directly like this:

"confluxgroup/level-entry-types": "1.0.3" or like this "confluxgroup/level-entry-types": "v1.0.3"

and runningcomposer update but I get the same error

dreadfullyposh commented 2 years ago

The package name is confluxgroup/craft-level-entry-types not confluxgroup/level-entry-types

helleholmsen commented 2 years ago

Ok, thanks:) Maybe update the documentation to that? Right now it says: composer require confluxgroup/level-entry-types

kylecotter commented 2 years ago

@helleholmsen definitely a typo on our side. We updated the README. Thanks for flagging!