-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not support Laravel 5.1 #44
Comments
Yeah I'm down with lowering it to 5.1. I'll see what I can do tonight |
Thanks, if it works it would be appreciated.
/s
…On Feb 2, 2017 5:26 PM, "Tyler Arbon" ***@***.***> wrote:
Yeah I'm down with lowering it to 5.1.
5.2 was what I was using at the time.
I'll see what I can do tonight
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AC30Ftg8K-HtaTphQ8SrtgQK0VUlc8Pqks5rYlgfgaJpZM4L0UOX>
.
|
Can you give 3.8.0 a try? |
sorry, try 3.8.1 |
🥇 Works! Thanks a lot for considering this change, it's really appreciated. Your package is helping me a lot. Couple of notes in case it helps someone else or even myself next time I encounter these issue:
The solution was to unlock the memory limit for that command with:
My project is getting pretty big with lots of dependencies, so I suppose that composer is not only requiring a lot of memory to process them all, but that it may get a little confused as it does. Again, thank you very much. |
The last few releases require Illuminate/support 5.2 which implies Laravel >= 5.2.
Was there a reason to require 5.2? Would you consider lowering the bar to 5.1? I have to keep using 5.1 LTS for a bit.
Thanks.
/S
The text was updated successfully, but these errors were encountered: