efficiently/authority-controller

Laravel 4.1 Support

Closed this issue · 2 comments

This package requires "machuga/authority-l4": "2.0.*" that requires "illuminate/support": "4.0.x".
You have to change it to "machuga/authority-l4" : "dev-master" because after version 2.0 the composer.json is updated to support laravel 4.1

@dipsynl You're right.

I'll update the authority-l4 dependency. In the meanwhile, try this in your composer.json file :

{
  //...
  require : {
    "laravel/framework": "4.1.*",
    "efficiently/authority-controller" : "1.1.*"
  },
  //...
  "prefer-stable": true,
  "minimum-stability": "dev"
}

Done 😄