refactor/update #30

Merged
TorstenHettstedt merged 15 commits from refactor/update into master 2025-06-16 15:48:34 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 82aad9766e - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:8.1-apache-bookworm
FROM php:8.4-apache-bookworm
RUN apt update && apt install -y libpq-dev
RUN docker-php-ext-install -j$(nproc) pdo pdo_pgsql
+1 -1
View File
@@ -16,7 +16,7 @@
}
],
"require": {
"php": "8.1.*",
"php": "8.4.*",
"slim/slim": "^4.7.1",
"vlucas/phpdotenv": "^v5.6.1",
"slim/psr7": "^1.7.0",