1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linkstack_ynh.git synced 2024-09-03 19:36:14 +02:00

Add php8.1-imagick as dependency

see https://github.com/LinkStackOrg/LinkStack/releases/tag/v4.2.3
This commit is contained in:
Tagada 2023-08-26 11:58:52 +02:00 committed by GitHub
parent 3f3e8f662f
commit b27fa1443a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,4 +84,4 @@ ram.runtime = "50M"
[resources.apt] [resources.apt]
# This will automatically install/uninstall the following apt packages # This will automatically install/uninstall the following apt packages
# and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed) # and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed)
packages = "php8.1-bcmath php8.1-curl php8.1-mbstring php8.1-xml php8.1-sqlite3" packages = "php8.1-bcmath php8.1-curl php8.1-imagick php8.1-mbstring php8.1-xml php8.1-sqlite3"