vluzrmos / laravel-language-detector

Detect the language for your application using browser preferences, subdomains or route prefixes.
108 stars 25 forks source link

Support Laravel 4.x as well? #12

Closed mendrinos closed 8 years ago

mendrinos commented 8 years ago

I have an old project which is unlikely to be upgraded to Laravel 5.

When I trying to use your package I get this:

Problem 1
- Conclusion: remove laravel/framework v4.2.17
- Installation request for laravel/framework 4.2.* -> satisfiable by laravel/framework[v4.2.0, v4.2.1, v4.2.10, v4.2.11, v4.2.12, v4.2.13, v4.2.14, v4.2.15, v4.2.16, v4.2.17, v4.2.2, v4.2.3, v4.2.4, v4.2.5, v4.2.6, v4.2.7, v4.2.8, v4.2.9].
- Installation request for vluzrmos/language-detector ^1.0 -> satisfiable by vluzrmos/language-detector[v1.0.0, v1.0.1, v1.0.10, v1.0.11, v1.0.12, v1.0.13, v1.0.14, v1.0.15, v1.0.16, v1.0.2, v1.0.3, v1.0.4, v1.0.5, v1.0.6, v1.0.7, v1.0.8, v1.0.9].
vluzrmos commented 8 years ago

My tests is only for 5.x, I don't have plans to provide support for 4.x.

You could fork it and try, let me know if works without many efforts.

mendrinos commented 8 years ago

Ok sure - will try - thanks.