Skip to content

Commit

Permalink
Removed drupal/transliterate_filenames and PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuechner committed Dec 20, 2023
1 parent a646d48 commit 985f0d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 58 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN { \
} >> /tmp/cdv/version; \
rm -rf .git/;

FROM php:8.1-fpm-alpine
FROM php:8.2-fpm-alpine
MAINTAINER Michael Büchner <m.buechner@dnb.de>

# Install packages
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"drupal/simple_sitemap": "^4.0",
"drupal/spamspan": "^3.0@beta",
"drupal/taxonomy_menu": "^3.4",
"drupal/transliterate_filenames": "^2.0",
"drupal/twig_tweak": "^3.1",
"drupal/ultimate_cron": "^2.0@alpha",
"drupal/upgrade_status": "^4.0",
Expand Down
57 changes: 1 addition & 56 deletions composer.lock

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

0 comments on commit 985f0d1

Please sign in to comment.