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:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index e5a88983..9f5da389 100644
--- a/composer.json
+++ b/composer.json
@@ -28,20 +28,19 @@
"twig/twig": "~3"
},
"require-dev": {
- "codeception/codeception": "*",
- "codeception/module-asserts": "^1.1",
"ergebnis/composer-normalize": "^2.2",
"ergebnis/php-cs-fixer-config": "^2.0",
"filp/whoops": "^2.7",
"friendsofphp/php-cs-fixer": "^2.16",
"kint-php/kint": "~3.3",
+ "pestphp/pest": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpmd/phpmd": "^2.9",
"phpstan/phpstan": "^0.12.64",
"rector/rector-prefixed": "^0.9.31",
"simpletest/simpletest": "^1.2",
"staabm/annotate-pull-request-from-checkstyle": "^1.4",
- "vimeo/psalm": "^4"
+ "vimeo/psalm": "^4.6"
},
"extra": {
"version": "6.1.3"
@@ -67,9 +66,13 @@
"vendor/adodb/adodb-php/drivers/adodb-pdo_pgsql.inc.php"
]
},
+ "autoload-dev": {
+ "Tests\\": "tests"
+ },
"scripts": {
"post-install-cmd": "@clear_twig_cache",
"post-autoload-dump": "@composer normalize",
+ "test": "pest",
"post-create-project-cmd": "@clear_twig_cache",
"clear_twig_cache": [
"make fix_permissions",