Dionera / laravel-beanstalkd-admin-ui

An Admin UI for Beanstalkd and Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not find a matching version of package dionera/laravel-beanstalkd-ui@^1.3.0.

devprojectsapps opened this issue · comments

Hi.
I want to install the package for my laravel 5.6 version. If i do this:

composer require dionera/laravel-beanstalkd-ui@~1.3.0

i get this error message:

[InvalidArgumentException]
Could not find a matching version of package dionera/laravel-beanstalkd-ui@^1.3.0. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable).

What can i do?

Requiring a package at a specific version uses a colon : instead of an @. So

composer require dionera/laravel-beanstalkd-ui:~1.3.0

See here for reference: https://getcomposer.org/doc/03-cli.md#require

Thanks a lot.
I took this from the readme "composer require dionera/laravel-beanstalkd-ui@~1.3.0"

Whoops, thanks for pointing that out! I have updated the readme