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
Éric Gaspar 1f8b299765 Fix
2023-02-18 17:20:18 +01:00

22 lines
583 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="8.1"
# Composer version
YNH_COMPOSER_VERSION="2.4.4"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================