fabianmichael / kirby-meta

All-in-one solution to all of your SEO/OpenGraph/JSON-LD needs. 👀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install error

AlexanderBoenninger opened this issue · comments

Hey.
Got an error when tring to install via composer your plugin:
Could not find a version of package fabianmichael/kirby-meta matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.

It sayes in PackageDiscoveryTrait.php line 331

Using kirby 3.9.3
PHP 8.0.28

Can you reproduce that?
Do I need any other dependencies?

Hey :)

I had the same error. It seems like there is no stable version published for this repo (it is in beta state ^^)

You can use the following command (this defines the package by its version) and it will work :)

composer require fabianmichael/kirby-meta 0.4.0-beta

Hope it works :) - Check also that you have composer 2.x installed

@AlexanderBoenninger Please use the solution provided by @j54j6 for now. There are still some minor issues with the plugin (missing docs, translations etc.) that I want to resolve before calling it "stable".