stevemo / cpanel

Admin Panel for Laravel 4
MIT License
203 stars 67 forks source link

Dependency Conflict #31

Closed mikhailkozlov closed 10 years ago

mikhailkozlov commented 10 years ago

right now:

php: >=5.3.0
anahkiasen/former: dev-master

Since last release dependency on 5.4.0 was added to Former, so now composer is really not happy about installing the package.

Is it possible to lock into using something more permanent?

Btw, thanks a lot for the package.

stevemo commented 10 years ago

updated php to 5.4 and former to 3.5.*

mikhailkozlov commented 10 years ago

Thanks.

That does not help me as I stuck with php 5.3 but I'm sure people will appreciate.