-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.env.example
36 lines (32 loc) · 934 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
DOCKER_HUB_USERNAME=khs1994
PHP_VERSION_83=8.3.12
PHP_VERSION_82=8.2.26
PHP_VERSION_81=8.1.31
PHP_VERSION_80=8.0.30
# EOL
PHP_VERSION_74=7.4.33
PHP_VERSION_73=7.3.33
PHP_VERSION_72=7.2.34
PHP_VERSION_71=7.1.33
PHP_VERSION_70=7.0.33
PHP_VERSION_56=5.6.40
# https://github.com/composer/composer/tags
COMPOSER_VERSION=2.8.3
# https://github.com/swoole/swoole-src/tags
SWOOLE_VERSION=5.0.3
# https://github.com/nginx/unit/tags
NGINX_UNIT_VERSION=1.33.0
# https://github.com/FriendsOfPHP/PHP-CS-Fixer/tags
PHP_CS_FIXER_VERSION=3.22.0
# https://github.com/sebastianbergmann/phpcpd/tags
PHPCPD_VERSION=6.0.3
# https://github.com/theseer/phpdox/tags
PHPDOX_VERSION=0.12.0
# https://github.com/sebastianbergmann/phploc/tags
PHPLOC_VERSION=7.0.2
# https://github.com/phpmd/phpmd/tags
PHPMD_VERSION=2.11.1
# https://github.com/code-lts/doctum/tags
DOCTUM_VERSION=5.5.1
# https://github.com/just-containers/s6-overlay/tags
S6_VERSION=3.1.4.2