1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shuri_ynh.git synced 2024-09-03 20:16:20 +02:00
shuri_ynh/scripts/_common.sh

12 lines
No EOL
326 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES AND CUSTOM HELPERS
#=================================================
# Composer version
composer_version="2.2.9"
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================