netson / l4gettext

Package to add Gettext support to Laravel 4 applications
61 stars 8 forks source link

Installing Laravel 4.1 #4

Closed coldKingdom closed 10 years ago

coldKingdom commented 10 years ago

I cannot install Laravel 4.1 with your package as it only supports 4.0.x. Are you able to change the requirements in composer.json? :)

Fantastic work btw!

Thank you in advance!

netson commented 10 years ago

Hi, I haven't tested the plugin with L4.1 which I why I haven't updated the composer file yet. I don't really expect any issues, but would like to test against version 4.1 first. If you've done so already and can confirm the unit tests run fine, then I'll update the file. If not, then I'll see if I can test it this week and update the file then.

coldKingdom commented 10 years ago

I'm unable to get it to install. I tried to change the composer file locally to test but it just ignores it. I have a couple of other plugins that needs to be updated also.

Do you know how I can install it with composer without you have to change the requirements?

netson commented 10 years ago

Hi, I just attempted to run L4.1 with the L4gettext package, but L4.1 seems unstable (no stable release yet) and changing the composer.json file simply resulted in a non-working environment, not because of l4gettext, but because L4.1 is not stable yet and throws a bunch of exceptions in my test environment.

Untill a stable version of L4.1 is released, I don't plan on updating the package just yet. You can always test it yourself by cloning the repository and installing it manually.