Skip to content

Commit

Permalink
add php8.2 to composer
Browse files Browse the repository at this point in the history
not sure if it's breaking anything
  • Loading branch information
lachlan-00 committed Jan 2, 2023
1 parent c5baf89 commit 0fbdaa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -54,6 +54,7 @@ Please see [the wiki](https://github.com/ampache/ampache/wiki/Installation) and
* PHP 7.4 (Ampache 5.0.x and higher)
* PHP 8.0 (Ampache 5.1.x and higher)
* PHP 8.1 (Ampache 5.5.0 and higher)
* PHP 8.2 (Ampache 6.0.0 and higher)

**NOTE** That php7.4 will not be released for Ampache6 but can still be used.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -36,7 +36,7 @@
}
},
"require": {
"php": ">=7.4 || >=8.0 || >=8.1",
"php": ">=7.4 || >=8.0 || >=8.1 || >=8.2",
"ext-curl": "*",
"ext-dom": "*",
"ext-gd": "*",
Expand Down

0 comments on commit 0fbdaa7

Please sign in to comment.