diff --git a/.gitignore b/.gitignore index 2afb1ac5..0c48e960 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /adminer*.php /editor*.php /vendor/ +/composer.lock diff --git a/composer.json b/composer.json index 5d2df779..a6fcfbdc 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,11 @@ "Apache-2.0", "GPL-2.0-only" ], + "require": { + "php": ">=5.6", + "ext-pdo": "*", + "ext-json": "*" + }, "scripts": { "compile": "php compile.php" }