mirror of
https://github.com/YunoHost-Apps/shuri_ynh.git
synced 2024-09-03 20:16:20 +02:00
12 lines
No EOL
326 B
Bash
12 lines
No EOL
326 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES AND CUSTOM HELPERS
|
|
#=================================================
|
|
|
|
# Composer version
|
|
composer_version="2.2.9"
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#================================================= |