efficiently/authority-controller

The requested package efficiently/authority-controller could not be found in any version, there may be a typo in the package name.

Closed this issue · 2 comments

Trying to add your package into my laravel 5 project and i'm getting the following message when i'm trying to update the composer

Problem 1
- The requested package efficiently/authority-controller could not be found in any version, there may be a typo in the package name.

Potential causes:

Read http://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

Can you help me please? Thank you

I found the solution, I had to add this two lines on the bottom of the composer

"prefer-stable": true,
"minimum-stability": "dev"

like this https://github.com/efficiently/laravel_authority-controller_app/blob/318d48ee42b8e63002d6d6a6cca34c868a63fb84/composer.json

Good catch, Authority-Controller 2.0 is still in an alpha version so you need to add these two lines in your composer.json file.