1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-29 17:19:52 +02:00

Properly set PHP required version

This commit is contained in:
Peter Knut
2024-08-20 16:54:11 +02:00
parent 47ccfa2a2e
commit b94636f8a7

View File

@@ -26,7 +26,7 @@
"GPL-2.0-only"
],
"require": {
"php": ">=5.6",
"php": "5.6 - 8.1",
"ext-pdo": "*",
"ext-json": "*",
"vrana/jush": "@dev",