1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00
2fauth_ynh/scripts/_common.sh

23 lines
583 B
Bash
Raw Normal View History

2022-03-25 18:30:41 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-10-20 10:19:31 +02:00
YNH_PHP_VERSION="8.1"
2022-03-25 18:30:41 +01:00
# Composer version
2022-11-20 22:38:22 +01:00
YNH_COMPOSER_VERSION="2.4.4"
2022-03-25 18:30:41 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================