shalvah / pusher-chatkit-laravel

Laravel wrapper for the Chatkit PHP SDK. ChatKit is shutting down 😕 - https://blog.pusher.com/narrowing-our-product-focus
22 stars 6 forks source link

Cannot install with Laravel 5.8 #6

Closed darcknico closed 5 years ago

darcknico commented 5 years ago

Using laravel 5.7 I had no problems but in version 5.8 I could not install it

$ sudo composer require shalvah/pusher-chatkit-laravel Using version ^1.0 for shalvah/pusher-chatkit-laravel ./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 failed, reverting ./composer.json to its original content.

My composer.json:

"require": { "php": "^7.1.3", "axn/laravel-glide": "^1.6", "barryvdh/laravel-cors": "^0.11.2", "cossou/jasperphp": "^2.8", "fideloper/proxy": "^4.0", "laravel/framework": "5.8.*", "laravel/passport": "^7.0", "laravel/tinker": "^1.0", "league/glide-laravel": "^1.0", "maatwebsite/excel": "3.1", "sofa/eloquence-mappable": "^5.6", "spatie/laravel-backup": "^6.1" }, "require-dev": { "beyondcode/laravel-dump-server": "^1.0", "filp/whoops": "^2.0", "fzaninotto/faker": "^1.4", "mockery/mockery": "^1.0", "nunomaduro/collision": "^2.0", "phpunit/phpunit": "^7.0" },

Thanks for the help

shalvah commented 5 years ago

Should be fixed now (1.2.0).

darcknico commented 5 years ago

thanks. now work fine