hofff / contao-social-tags

GNU Lesser General Public License v3.0
2 stars 5 forks source link

Unable to install the extension with composer #1

Closed Patric96 closed 5 years ago

Patric96 commented 5 years ago

If i try to install the extension with composer require hofff/contao-social-tags it throws the following error: [InvalidArgumentException]
Could not find a version of package hofff/contao-social-tags matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.

Any known Issues about this case?

frontendschlampe commented 5 years ago

You have to require version dev-master, because we don't have a stable version yet. But the dev-version is nearly ready and we use it already in some installations.

Patric96 commented 5 years ago

Perfect, that's it!