mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #1386] [Feature] Support for PHP >8.1 #793
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#793
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 @Messhias on GitHub (Nov 30, 2021).
Original GitHub issue: https://github.com/koel/koel/issues/1386
Description
Add composer version to support PHP >8.1
Example
Now in the composer.json file, we have the versions of PHP settled up only for 7x and 8x, we need to set up to support the new versions (even on docker environments).
@Messhias commented on GitHub (Dec 6, 2021):
??? Why is closed without comment/clarification?
@phanan commented on GitHub (Dec 6, 2021):
By mistake, sorry 😄. I forgot to add the comment.
Anyway Koel should support 8.1, because the composer.json PHP version is >= 7.x.
@phanan commented on GitHub (Dec 6, 2021):
Oh wait, I'll take a look.
@phanan commented on GitHub (Dec 6, 2021):
Yes, confirmed: