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

Declare minimal PHP version in composer.json

This commit is contained in:
Peter Knut
2024-03-16 00:13:46 +01:00
parent 367a1b979e
commit 38f390ae5e
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
/adminer*.php /adminer*.php
/editor*.php /editor*.php
/vendor/ /vendor/
/composer.lock

View File

@@ -25,6 +25,11 @@
"Apache-2.0", "Apache-2.0",
"GPL-2.0-only" "GPL-2.0-only"
], ],
"require": {
"php": ">=5.6",
"ext-pdo": "*",
"ext-json": "*"
},
"scripts": { "scripts": {
"compile": "php compile.php" "compile": "php compile.php"
} }