mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #12] Your requirements could not be resolved to an installable set of packages #11
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ronnyandre on GitHub (Dec 14, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/12
When running
composer installI got met with these four problems:Update
I'm running PHP 5.5, and not minimum required 5.6 on my local machine.
@phanan commented on GitHub (Dec 14, 2015):
As the error specifies, phpunit >5.1 requires php >=5.6. Yours is 5.5.27.
If you're just installing for production, try
composer install --no-dev.@martijnvanderwoud commented on GitHub (Jun 7, 2016):
Strange. When I install with --no-dev I still get
...
phpunit/phpunit 5.4.2 requires php ^5.6 || ^7.0 -> your PHP version (5.5.30) does not satisfy that requirement.
....
even though the dependency to phpunit is in require-dev
Any thoughts?