You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to download it for my laravel application version 5.4 but composer gives an error.
Problem 1
- Root composer.json requires torann/geoip 1.1.0 -> satisfiable by torann/geoip[1.1.0].
- torann/geoip 1.1.0 requires illuminate/support ~5.5|^6.0 -> found illuminate/support[v5.5.0, ..., v5.8.36, v6.0.0, ..., v6.20.16] but it conflicts
with another require.
The text was updated successfully, but these errors were encountered:
You're on a really old version of Laravel and it's not really supported. Looking at previous versions it looks like version 1.0.9 will work for you: https://packagist.org/packages/torann/geoip#1.0.9
I am trying to download it for my laravel application version 5.4 but composer gives an error.
Problem 1
- Root composer.json requires torann/geoip 1.1.0 -> satisfiable by torann/geoip[1.1.0].
- torann/geoip 1.1.0 requires illuminate/support ~5.5|^6.0 -> found illuminate/support[v5.5.0, ..., v5.8.36, v6.0.0, ..., v6.20.16] but it conflicts
with another require.
The text was updated successfully, but these errors were encountered: