geonames icon indicating copy to clipboard operation
geonames copied to clipboard

Incompatible with latest Laravel ( 5.4.25 )

Open ftrudeau opened this issue 7 years ago • 1 comments

$ composer require ipalaus/geonames Using version ^3.0 for ipalaus/geonames ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1 - Conclusion: don't install ipalaus/geonames v3.0.1 - Conclusion: remove symfony/process v3.3.2 - Installation request for ipalaus/geonames ^3.0 -> satisfiable by ipalaus/geonames[v3.0, v3.0.1]. - Conclusion: don't install symfony/process v3.3.2 - ipalaus/geonames v3.0 requires symfony/process 2.8.|3.0. -> satisfiable by symfony/process[v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.3, v2.8.4, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9]. - Can only install one of: symfony/process[v2.8.0, v3.3.2]. - Can only install one of: symfony/process[v2.8.1, v3.3.2]. - Can only install one of: symfony/process[v2.8.10, v3.3.2]. - Can only install one of: symfony/process[v2.8.11, v3.3.2]. - Can only install one of: symfony/process[v2.8.12, v3.3.2]. - Can only install one of: symfony/process[v2.8.13, v3.3.2]. - Can only install one of: symfony/process[v2.8.14, v3.3.2]. - Can only install one of: symfony/process[v2.8.15, v3.3.2]. - Can only install one of: symfony/process[v2.8.16, v3.3.2]. - Can only install one of: symfony/process[v2.8.17, v3.3.2]. - Can only install one of: symfony/process[v2.8.18, v3.3.2]. - Can only install one of: symfony/process[v2.8.19, v3.3.2]. - Can only install one of: symfony/process[v2.8.2, v3.3.2]. - Can only install one of: symfony/process[v2.8.20, v3.3.2]. - Can only install one of: symfony/process[v2.8.21, v3.3.2]. - Can only install one of: symfony/process[v2.8.22, v3.3.2]. - Can only install one of: symfony/process[v2.8.3, v3.3.2]. - Can only install one of: symfony/process[v2.8.4, v3.3.2]. - Can only install one of: symfony/process[v2.8.5, v3.3.2]. - Can only install one of: symfony/process[v2.8.6, v3.3.2]. - Can only install one of: symfony/process[v2.8.7, v3.3.2]. - Can only install one of: symfony/process[v2.8.8, v3.3.2]. - Can only install one of: symfony/process[v2.8.9, v3.3.2]. - Can only install one of: symfony/process[v3.0.0, v3.3.2]. - Can only install one of: symfony/process[v3.0.1, v3.3.2]. - Can only install one of: symfony/process[v3.0.2, v3.3.2]. - Can only install one of: symfony/process[v3.0.3, v3.3.2]. - Can only install one of: symfony/process[v3.0.4, v3.3.2]. - Can only install one of: symfony/process[v3.0.5, v3.3.2]. - Can only install one of: symfony/process[v3.0.6, v3.3.2]. - Can only install one of: symfony/process[v3.0.7, v3.3.2]. - Can only install one of: symfony/process[v3.0.8, v3.3.2]. - Can only install one of: symfony/process[v3.0.9, v3.3.2]. - Installation request for symfony/process (locked at v3.3.2) -> satisfiable by symfony/process[v3.3.2].

Installation failed, reverting ./composer.json to its original content.

ftrudeau avatar Jun 12 '17 21:06 ftrudeau

See #34, it should fix your issue.

alexeyshockov avatar Jun 14 '17 11:06 alexeyshockov