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 use the library with Laravel 6.5.x and installation fails with an error:
$ composer require lexxusss/laravel-clickhouse
Using version dev-master for lexxusss/laravel-clickhouse
./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
- Installation request for lexxusss/laravel-clickhouse dev-master -> satisfiable by lexxusss/laravel-clickhouse[dev-master].
- Conclusion: remove laravel/framework v6.5.2
- Conclusion: don't install laravel/framework v6.5.2
- lexxusss/laravel-clickhouse dev-master requires laravel/framework ^5.5 -> satisfiable by laravel/framework[5.5.x-dev, 5.6.x-dev, 5.7.x-dev, 5.8.x-dev].
- Can only install one of: laravel/framework[5.5.x-dev, v6.5.2].
- Can only install one of: laravel/framework[5.6.x-dev, v6.5.2].
- Can only install one of: laravel/framework[5.7.x-dev, v6.5.2].
- Can only install one of: laravel/framework[5.8.x-dev, v6.5.2].
- Installation request for laravel/framework (locked at v6.5.2, required as ^6.5) -> satisfiable by laravel/framework[v6.5.2].
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use the library with Laravel 6.5.x and installation fails with an error:
The text was updated successfully, but these errors were encountered: