This repository was archived by the owner on Sep 23, 2023. It is now read-only.
forked from serversideup/docker-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvariables.yaml
More file actions
67 lines (65 loc) · 1.32 KB
/
variables.yaml
File metadata and controls
67 lines (65 loc) · 1.32 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
versions:
7.4:
packages:
- php7.4-bcmath
- php7.4-cli
- php7.4-common
- php7.4-curl
- php7.4-gd
- php7.4-intl
- php7.4-json
- php7.4-mbstring
- php7.4-mysql
- php7.4-redis
- php7.4-soap
- php7.4-sqlite3
- php7.4-xml
- php7.4-zip
8.0:
packages:
- php8.0-bcmath
- php8.0-cli
- php8.0-common
- php8.0-curl
- php8.0-gd
- php8.0-intl
- php8.0-mbstring
- php8.0-mysql
- php8.0-redis
- php8.0-soap
- php8.0-sqlite3
- php8.0-xml
- php8.0-zip
8.1:
packages:
- php8.1-bcmath
- php8.1-cli
- php8.1-common
- php8.1-curl
- php8.1-gd
- php8.1-intl
- php8.1-mbstring
- php8.1-mysql
- php8.1-redis
- php8.1-soap
- php8.1-sqlite3
- php8.1-xml
- php8.1-zip
8.2:
packages:
- php8.2-bcmath
- php8.2-cli
- php8.2-common
- php8.2-curl
- php8.2-gd
- php8.2-intl
- php8.2-mbstring
- php8.2-mysql
- php8.2-redis
- php8.2-soap
- php8.2-sqlite3
- php8.2-xml
- php8.2-zip
overwrite_warning: |-
## DO NOT EDIT THIS FILE -- YOUR CHANGES WILL BE OVERWRITTEN ##
## This file is generated by `build.sh` and sourced from `./templates` ##