[GH-ISSUE #17] Missing requirements for composer #15

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

Originally created by @sammcj on GitHub (Dec 14, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/17

CentOS 7
PHP 7.0.0

/mnt/btrfs/koel [0] # 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 danielstjules/stringy 1.10.0 -> satisfiable by danielstjules/stringy[1.10.0].
    - danielstjules/stringy 1.10.0 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
  Problem 2
    - Installation request for laravel/framework v5.1.26 -> satisfiable by laravel/framework[v5.1.26].
    - laravel/framework v5.1.26 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
  Problem 3
    - Installation request for phpunit/phpunit 5.1.3 -> satisfiable by phpunit/phpunit[5.1.3].
    - phpunit/phpunit 5.1.3 requires ext-dom * -> the requested PHP extension dom is missing from your system.
  Problem 4
    - laravel/framework v5.1.26 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
    - barryvdh/laravel-ide-helper v2.1.0 requires illuminate/console 5.0.x|5.1.x -> satisfiable by laravel/framework[v5.1.26].
    - Installation request for barryvdh/laravel-ide-helper v2.1.0 -> satisfiable by barryvdh/laravel-ide-helper[v2.1.0].

Originally created by @sammcj on GitHub (Dec 14, 2015). Original GitHub issue: https://github.com/koel/koel/issues/17 CentOS 7 PHP 7.0.0 ``` /mnt/btrfs/koel [0] # 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 danielstjules/stringy 1.10.0 -> satisfiable by danielstjules/stringy[1.10.0]. - danielstjules/stringy 1.10.0 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system. Problem 2 - Installation request for laravel/framework v5.1.26 -> satisfiable by laravel/framework[v5.1.26]. - laravel/framework v5.1.26 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system. Problem 3 - Installation request for phpunit/phpunit 5.1.3 -> satisfiable by phpunit/phpunit[5.1.3]. - phpunit/phpunit 5.1.3 requires ext-dom * -> the requested PHP extension dom is missing from your system. Problem 4 - laravel/framework v5.1.26 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system. - barryvdh/laravel-ide-helper v2.1.0 requires illuminate/console 5.0.x|5.1.x -> satisfiable by laravel/framework[v5.1.26]. - Installation request for barryvdh/laravel-ide-helper v2.1.0 -> satisfiable by barryvdh/laravel-ide-helper[v2.1.0]. ```
kerem closed this issue 2026-02-26 02:31:49 +03:00
Author
Owner

@phanan commented on GitHub (Dec 14, 2015):

Laravel requires mbstring, just as the error states. Install it and things should be fine.

<!-- gh-comment-id:164446738 --> @phanan commented on GitHub (Dec 14, 2015): Laravel requires `mbstring`, just as the error states. Install it and things should be fine.
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#15
No description provided.