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
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ RUN composer install \
--no-scripts \
--prefer-dist

FROM php:8.3-cli-alpine AS compile
FROM php:8.5-cli-alpine AS compile

ENV PHP_ZSTD_VERSION="master"
ENV PHP_BROTLI_VERSION="7ae4fcd8b81a65d7521c298cae49af386d1ea4e3"
ENV PHP_SNAPPY_VERSION="bfefe4906e0abb1f6cc19005b35f9af5240d9025"
ENV PHP_LZ4_VERSION="2f006c3e4f1fb3a60d2656fc164f9ba26b71e995"
ENV PHP_ZSTD_VERSION="0.17.0"
ENV PHP_BROTLI_VERSION="45faa7966ddc"
ENV PHP_SNAPPY_VERSION="ddc8b58d8892"
ENV PHP_LZ4_VERSION="fba8715d999c"
ENV PHP_XZ_VERSION=5.2.7
ENV PHP_EXT_XZ_VERSION=1.1.2

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"format": "./vendor/bin/pint"
},
"require": {
"php": ">=8.1",
"php": ">=8.5",
Comment thread
Meldiron marked this conversation as resolved.
"ext-fileinfo": "*",
"ext-zlib": "*",
"ext-curl": "*",
"ext-simplexml": "*",
"utopia-php/system": "0.*.*",
"utopia-php/telemetry": "^0.4",
"utopia-php/validators": "0.2.*"
"utopia-php/validators": "0.3.*"
},
"require-dev": {
"laravel/pint": "^1.21",
Expand Down
23 changes: 9 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading