Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmenadiel <amenadiel@gmail.com>2020-01-15 01:00:49 +0300
committerAmenadiel <amenadiel@gmail.com>2020-01-15 01:00:49 +0300
commitd7fe9495f5f5cd716ae3eed21d2d87dfe4d44bd1 (patch)
tree5ff1c6950462d9c2f88e7848cadf2baa3d182b58 /composer.json
parent0b3571deb5969172e3ed375a7cbc4f560812cc9f (diff)
adds config key to enable debugger handlers
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 4f33031e..2e0d2574 100644
--- a/composer.json
+++ b/composer.json
@@ -29,7 +29,7 @@
}
},
"require": {
- "php": ">=5.6.0",
+ "php": ">=7.1",
"ext-pgsql": "*",
"slim/slim": "^3.6",
"slim/twig-view": "~2.5.1",
@@ -41,7 +41,6 @@
"kint-php/kint": "~3.3",
"codeception/codeception": "*",
"simpletest/simpletest": "^1.1",
- "php-console/php-console": "^3.1",
"codeception/module-asserts": "^1.1",
"filp/whoops": "^2.7",
"symfony/var-dumper": "^5.0"