Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

composer update for laravel 5 does not work #538

Open cnweibo opened 9 years ago

cnweibo commented 9 years ago

@Zizaco +1 According to readme, when added "zizaco/confide": "dev-5.0" and do composer update, it always say: The requested package zizaco/confide could not be found in any version, there may be a typo in the package name. I do not know what happens here. Please help to fix it and public can use it as usual on laravel4.1 .

Thanks~!

kyestork commented 9 years ago

@cnweibo Composer will look for the Packagist branch. I used "zizaco/confide": "5.0.x-dev". Worked perfectly.

mrgwilliam commented 9 years ago

The 5.0.x-dev is currently rendering an error

kyestork commented 9 years ago

Yeah, I just realized that as I finished the process on my other system. I put an issue in and included the temporary fix I did... https://github.com/Zizaco/confide/issues/539

cnweibo commented 9 years ago

what i temp do is to use original laravel 4.x workable confide version and adapt to laravel5.1 manually.