Skip to content

Commit

Permalink
composer.json: arche-lib-ingest bumped to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Feb 13, 2024
1 parent dc35d5d commit 76c2b50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-cli
FROM php:8.2-cli
RUN curl -sSLf -o /usr/local/bin/install-php-extensions https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions && \
chmod +x /usr/local/bin/install-php-extensions &&\
mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" &&\
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=8.0 <8.2",
"php": ">=8.0 <8.3",
"ext-fileinfo": "*",
"ext-zip": "*",
"ext-phar": "*",
Expand All @@ -26,7 +26,7 @@
"zozlak/argparse": "^1",
"whikloj/bagittools": "^4.2.3",
"acdh-oeaw/arche-assets": "^3.9.4",
"acdh-oeaw/arche-lib-ingest": "^3.5"
"acdh-oeaw/arche-lib-ingest": "^4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 76c2b50

Please sign in to comment.