fabianmichael / kirby-meta

All-in-one solution to all of your SEO/OpenGraph/JSON-LD needs. 👀
MIT License
65 stars 8 forks source link

Install error #48

Closed AlexanderBoenninger closed 1 year ago

AlexanderBoenninger commented 1 year ago

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?

j54j6 commented 1 year ago

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

fabianmichael commented 1 year ago

@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".