2017-06-05 13:04:03 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2019-02-10 15:02:38 +01:00
|
|
|
#=================================================
|
2024-06-20 23:49:43 +02:00
|
|
|
# COMMON VARIABLES AND CUSTOM HELPERS
|
2019-02-10 15:02:38 +01:00
|
|
|
#=================================================
|
2025-02-26 22:22:37 +01:00
|
|
|
composer_version="2.5.5"
|
2025-03-01 09:17:43 +01:00
|
|
|
php_version="8.3"
|
2025-03-03 15:25:23 +01:00
|
|
|
# will not stay stable over installs, should not be a problem
|
|
|
|
token=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 60)
|