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

Update _common.sh

This commit is contained in:
ericgaspar 2021-12-01 14:37:41 +01:00
parent 237005ae1f
commit c8fa8c26ed
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -9,7 +9,7 @@
latest_tag=$(curl -s https://api.github.com/repos/firefly-iii/firefly-iii/releases/latest | grep 'tag_name' | cut -d\" -f4)
tag="5.5.11"
YNH_PHP_VERSION="7.4"
YNH_PHP_VERSION="8.0"
# Composer version
YNH_COMPOSER_VERSION="2.0.13"