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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
/adminer*.php
|
/adminer*.php
|
||||||
/editor*.php
|
/editor*.php
|
||||||
/vendor/
|
/vendor/
|
||||||
|
/composer.lock
|
||||||
|
@@ -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"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user