Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV GITHUB_REF_NAME=$GITHUB_REF_NAME

RUN <<EOT
apt-get update -y
apt-get --no-install-recommends install -y jq php-gmp ssl-cert
apt-get --no-install-recommends install -y jq php-bcmath php-gmp ssl-cert
apt-get clean
rm -rf /var/lib/apt/lists/*
a2enmod ssl
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.3",
Comment thread
briskt marked this conversation as resolved.
"ext-bcmath": "*",
"ext-gmp": "*",
"ext-json": "*",
"codemix/yii2-streamlog": "^1.3",
"simplesamlphp/simplesamlphp": ">=2.2.2 <2.5.0",
"simplesamlphp/simplesamlphp": "~2.5.0",
"simplesamlphp/composer-module-installer": "^1.0",
"rlanvin/php-ip": "^1.0",
"sil-org/ssp-utilities": "^2.0",
Expand Down
Loading