mirror of
https://github.com/YunoHost-Apps/cultivons_ynh.git
synced 2024-09-03 18:16:27 +02:00
Merge pull request #1 from YunoHost-Apps/PHP-version
PHP8.0 not the default PHP version
This commit is contained in:
commit
c87d0f9212
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ YNH_PHP_VERSION=8.0
|
||||||
# PHP dependencies used by the app (must be on a single line)
|
# PHP dependencies used by the app (must be on a single line)
|
||||||
#php_dependencies="php$YNH_PHP_VERSION-deb1 php$YNH_PHP_VERSION-deb2"
|
#php_dependencies="php$YNH_PHP_VERSION-deb1 php$YNH_PHP_VERSION-deb2"
|
||||||
# or, if you do not need a custom YNH_PHP_VERSION:
|
# or, if you do not need a custom YNH_PHP_VERSION:
|
||||||
php_dependencies="php$YNH_DEFAULT_PHP_VERSION-sqlite3"
|
php_dependencies="php$YNH_PHP_VERSION-sqlite3"
|
||||||
|
|
||||||
# dependencies used by the app (must be on a single line)
|
# dependencies used by the app (must be on a single line)
|
||||||
pkg_dependencies="$php_dependencies"
|
pkg_dependencies="$php_dependencies"
|
||||||
|
|
Loading…
Reference in a new issue