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

Merge pull request #108 from YunoHost-Apps/PHP8.0

Update manifest.toml
This commit is contained in:
eric_G 2023-08-21 17:21:11 +02:00 committed by GitHub
commit f1573f6995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ ram.runtime = "50M"
main.url = "/" main.url = "/"
[resources.apt] [resources.apt]
packages = "mariadb-server php7.4-mbstring php7.4-json php7.4-imagick php7.4-xml php7.4-zip php7.4-mysql php7.4-gd php7.4-gmp" packages = "mariadb-server php8.2-curl php8.2-mbstringphp8.2-imagick php8.2-xml php8.2-zip php8.2-mysql php8.2-gd php8.2-gmp"
[resources.database] [resources.database]
type = "mysql" type = "mysql"

View file

@ -75,7 +75,7 @@ ynh_script_progression --message="Install Friendica..." --weight=1
pushd "$install_dir" pushd "$install_dir"
# Import Composer dependencies # Import Composer dependencies
ynh_exec_as "$app" php$phpversion bin/composer.phar install --no-dev --quiet ynh_exec_as "$app" php$phpversion bin/composer.phar install --no-dev --quiet #--ignore-platform-reqs
# Install application # Install application
ynh_exec_as "$app" php$phpversion bin/console.php autoinstall\ ynh_exec_as "$app" php$phpversion bin/console.php autoinstall\