mirror of
https://github.com/vrana/adminer.git
synced 2025-08-30 01:30:12 +02:00
Declare compatibility with PHP 8.4
This commit is contained in:
@@ -8,6 +8,7 @@ Adminer 4.12.1 (2024-11-21)
|
||||
|
||||
- Remove donation link from logout message
|
||||
- Update German translation (by @wintstar, @odysseuscm)
|
||||
- Declare compatibility with PHP 8.4
|
||||
|
||||
Adminer 4.12 (2024-11-21)
|
||||
-------------------------
|
||||
|
@@ -29,7 +29,7 @@
|
||||
"GPL-2.0-only"
|
||||
],
|
||||
"require": {
|
||||
"php": "5.6 - 8.3",
|
||||
"php": "5.6 - 8.4",
|
||||
"ext-pdo": "*",
|
||||
"ext-json": "*",
|
||||
"vrana/jush": "2.0.*",
|
||||
|
Reference in New Issue
Block a user