[GH-ISSUE #1190] Installation fails because php-pusher v4.1.0 doesn't work with PHP 7.4 #679

Closed
opened 2026-02-26 02:33:56 +03:00 by kerem · 1 comment
Owner

Originally created by @navjotjsingh on GitHub (Mar 5, 2020).
Original GitHub issue: https://github.com/koel/koel/issues/1190

Describe the bug
Got this error while running composer install

Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for pusher/pusher-php-server v4.1.0 -> satisfiable by pusher/pusher-php-server[v4.1.0].
    - pusher/pusher-php-server v4.1.0 requires php >=7.1 <7.4 -> your PHP version (7.4.3) does not satisfy that requirement.

Pusher v4.1.1 supports PHP 7.4 so that should fix it.

To reproduce
Run composer install.

Expected behavior
Should Install.

Environment

  • Koel v4.2.2
  • OS: Fedora 31
  • PHP 7.4.3
  • Node v12.16.1
Originally created by @navjotjsingh on GitHub (Mar 5, 2020). Original GitHub issue: https://github.com/koel/koel/issues/1190 **Describe the bug** Got this error while running _composer install_ ``` Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for pusher/pusher-php-server v4.1.0 -> satisfiable by pusher/pusher-php-server[v4.1.0]. - pusher/pusher-php-server v4.1.0 requires php >=7.1 <7.4 -> your PHP version (7.4.3) does not satisfy that requirement. ``` [Pusher v4.1.1](https://github.com/pusher/pusher-http-php/releases/tag/v4.1.1) supports PHP 7.4 so that should fix it. **To reproduce** Run _composer install_. **Expected behavior** Should Install. **Environment** - Koel v4.2.2 - OS: Fedora 31 - PHP 7.4.3 - Node v12.16.1
kerem closed this issue 2026-02-26 02:33:56 +03:00
Author
Owner

@navjotjsingh commented on GitHub (Mar 10, 2020):

Looks like it has been fixed with #1135

Closing.

<!-- gh-comment-id:597046187 --> @navjotjsingh commented on GitHub (Mar 10, 2020): Looks like it has been fixed with #1135 Closing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#679
No description provided.