-
Notifications
You must be signed in to change notification settings - Fork 6
Does not work with Laravel 5.7 #10
Description
When trying to composer require the project there is a conflict with http-foundation versions.
`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 codemash/laravel-socket ^1.0.0 -> satisfiable by codemash/laravel-socket[1.0.0].
- Conclusion: remove symfony/http-foundation 4.1.x-dev
- codemash/laravel-socket 1.0.0 requires cboden/ratchet ^0.3.5 -> satisfiable by cboden/ratchet[v0.3.5, v0.3.6].
- cboden/ratchet v0.3.5 requires symfony/http-foundation ^2.2|^3.0 -> satisfiable by symfony/http-foundation[2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, 3.0.x-dev, 3.1.x-dev, 3.2.x-dev, 3.3.x-dev, 3.4.x-dev].
- cboden/ratchet v0.3.6 requires symfony/http-foundation ^2.2|^3.0 -> satisfiable by symfony/http-foundation[2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, 3.0.x-dev, 3.1.x-dev, 3.2.x-dev, 3.3.x-dev, 3.4.x-dev].
- Can only install one of: symfony/http-foundation[4.1.x-dev, 2.2.x-dev].
- Can only install one of: symfony/http-foundation[4.1.x-dev, 2.3.x-dev].
- Can only install one of: symfony/http-foundation[4.1.x-dev, 2.4.x-dev].
- Can only install one of: symfony/http-foundation[4.1.x-dev, 2.5.x-dev].
- Can only install one of: symfony/http-foundation[4.1.x-dev, 2.6.x-dev].
- Can only install one of: symfony/http-foundation[4.1.x-dev, 2.7.x-dev].
- Can only install one of: symfony/http-foundation[4.1.x-dev, 2.8.x-dev].
- Can only install one of: symfony/http-foundation[4.1.x-dev, 3.0.x-dev].
- Can only install one of: symfony/http-foundation[4.1.x-dev, 3.1.x-dev].
- Can only install one of: symfony/http-foundation[4.1.x-dev, 3.2.x-dev].
- Can only install one of: symfony/http-foundation[4.1.x-dev, 3.3.x-dev].
- Can only install one of: symfony/http-foundation[4.1.x-dev, 3.4.x-dev].
- Installation request for symfony/http-foundation 4.1.x-dev -> satisfiable by symfony/http-foundation[4.1.x-dev].`