We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fc1e2 commit e5d5228Copy full SHA for e5d5228
.github/jobs/configure-checks/all.bats
@@ -37,7 +37,7 @@ setup() {
37
if [ "$distro_id" = "ID=fedora" ]; then
38
repo-install httpd
39
fi
40
- repo-install gcc g++ libcgroup-dev
+ repo-install gcc g++ libcgroup-dev composer
41
}
42
43
run_configure () {
.github/jobs/configure-checks/setup_configure_image.sh
@@ -8,7 +8,7 @@ distro_id=$(grep "^ID=" /etc/os-release)
8
case $distro_id in
9
"ID=fedora")
10
dnf install -y pkg-config make bats autoconf automake util-linux \
11
- composer php-fpm php-gd php-cli php-intl php-mbstring \
+ php-fpm php-gd php-cli php-intl php-mbstring \
12
php-mysqlnd php-xml php-zip
13
;;
14
*)
0 commit comments