mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Upgrade PHP version to 8.3 (#216)
* Testing (#213) * Update manifest.toml (#206) Upgrade php to v8.2 * Update _common.sh (#207) Upgrade carddav_version to 5.1.0 * Update DESCRIPTION_fr.md * Auto-update READMEs * Update DESCRIPTION.md * Auto-update READMEs * Update DESCRIPTION_fr.md * Auto-update READMEs * Update DESCRIPTION.md * Auto-update READMEs * Change source for roundcube (releases instead of archives) * Update manifest.toml * Update manifest.toml * Auto-update READMEs --------- Co-authored-by: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Jérémie Parisel <jeremie@parisel.net> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> * Update manifest.toml Upgrade php to v8.3 --------- Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Jérémie Parisel <jeremie@parisel.net> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
b3acc3da72
commit
0bdc5fd0ae
1 changed files with 9 additions and 9 deletions
|
@ -70,15 +70,15 @@ ram.runtime = "50M"
|
|||
packages = [
|
||||
"mariadb-server",
|
||||
"php-pear",
|
||||
"php8.2-ldap",
|
||||
"php8.2-mysql",
|
||||
"php8.2-cli",
|
||||
"php8.2-intl",
|
||||
"php8.2-zip",
|
||||
"php8.2-gd",
|
||||
"php8.2-mbstring",
|
||||
"php8.2-dom",
|
||||
"php8.2-curl",
|
||||
"php8.3-ldap",
|
||||
"php8.3-mysql",
|
||||
"php8.3-cli",
|
||||
"php8.3-intl",
|
||||
"php8.3-zip",
|
||||
"php8.3-gd",
|
||||
"php8.3-mbstring",
|
||||
"php8.3-dom",
|
||||
"php8.3-curl",
|
||||
]
|
||||
|
||||
[resources.database]
|
||||
|
|
Loading…
Reference in a new issue