1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-30 09:39:51 +02:00

Declare compatibility with PHP 8.4

This commit is contained in:
Peter Knut
2025-01-14 00:06:54 +01:00
parent ae327d9a15
commit 4c68b268a6
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ Adminer 4.12.1 (2024-11-21)
- Remove donation link from logout message - Remove donation link from logout message
- Update German translation (by @wintstar, @odysseuscm) - Update German translation (by @wintstar, @odysseuscm)
- Declare compatibility with PHP 8.4
Adminer 4.12 (2024-11-21) Adminer 4.12 (2024-11-21)
------------------------- -------------------------

View File

@@ -29,7 +29,7 @@
"GPL-2.0-only" "GPL-2.0-only"
], ],
"require": { "require": {
"php": "5.6 - 8.3", "php": "5.6 - 8.4",
"ext-pdo": "*", "ext-pdo": "*",
"ext-json": "*", "ext-json": "*",
"vrana/jush": "2.0.*", "vrana/jush": "2.0.*",