[GH-ISSUE #1386] [Feature] Support for PHP >8.1 #793

Closed
opened 2026-02-26 02:34:17 +03:00 by kerem · 4 comments
Owner

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).

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).
kerem closed this issue 2026-02-26 02:34:17 +03:00
Author
Owner

@Messhias commented on GitHub (Dec 6, 2021):

??? Why is closed without comment/clarification?

<!-- gh-comment-id:986619003 --> @Messhias commented on GitHub (Dec 6, 2021): ??? Why is closed without comment/clarification?
Author
Owner

@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.

<!-- gh-comment-id:986624150 --> @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.
Author
Owner

@phanan commented on GitHub (Dec 6, 2021):

Oh wait, I'll take a look.

<!-- gh-comment-id:986624673 --> @phanan commented on GitHub (Dec 6, 2021): Oh wait, I'll take a look.
Author
Owner

@phanan commented on GitHub (Dec 6, 2021):

Yes, confirmed:

~/P/k/koel (master|) $ php --version
PHP 8.0.12 (cli) (built: Oct 21 2021 14:38:26) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.12, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.12, Copyright (c), by Zend Technologies
~/P/k/koel (master|) $ composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
...
Generating optimized autoload files
...
<!-- gh-comment-id:986626368 --> @phanan commented on GitHub (Dec 6, 2021): Yes, confirmed: ```bash ~/P/k/koel (master|✔) $ php --version PHP 8.0.12 (cli) (built: Oct 21 2021 14:38:26) ( NTS ) Copyright (c) The PHP Group Zend Engine v4.0.12, Copyright (c) Zend Technologies with Zend OPcache v8.0.12, Copyright (c), by Zend Technologies ~/P/k/koel (master|✔) $ composer install Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Nothing to install, update or remove ... Generating optimized autoload files ... ```
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#793
No description provided.