Skip to content

Commit

Permalink
Claim support for PHP 8.2
Browse files Browse the repository at this point in the history
Didn't test this myself, but based on
https://www.php.net/manual/en/migration82.incompatible.php, there's no reason
to believe that this wouldn't work.

refs #1056
  • Loading branch information
paulijar committed Mar 25, 2023
1 parent dc7e129 commit d7659d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
### Added
- Support for Nextcloud 26
[#1055](https://github.com/owncloud/music/pull/1055) @blizzz
- Support for PHP 8.2
[#1056](https://github.com/owncloud/music/issues/1056)

### Changed
- Respect the "Ignored articles" setting also when sorting a playlist by artist
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<bugs>https://github.com/owncloud/music/issues</bugs>
<repository type="git">https://github.com/owncloud/music.git</repository>
<dependencies>
<php min-version="7.1" max-version="8.1"/>
<php min-version="7.1" max-version="8.2"/>
<owncloud min-version="10" max-version="10" />
<nextcloud min-version="13" max-version="26" />
</dependencies>
Expand Down

0 comments on commit d7659d0

Please sign in to comment.