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

Fix PHP version in DISCLAIMER

This commit is contained in:
tituspijean 2022-10-16 10:12:05 +02:00 committed by GitHub
parent 5677e8e39a
commit 768cc3b223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ Replace `vendor/extension` with the appropriate names. Read the extension docume
sudo su sudo su
app=flarum app=flarum
cd /var/www/$app cd /var/www/$app
sudo -u $app php7.3 composer.phar require vendor/extension sudo -u $app php7.4 composer.phar require vendor/extension
``` ```
#### Troubleshooting #### Troubleshooting