summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-12-27 08:11:09 +0100
committerRemi Collet <remi@php.net>2023-12-27 08:11:09 +0100
commit64d00023857a9b044830e09367c0038cf9a5194c (patch)
tree03ac8300faff45ad7b1fda4901d84b86d29599ce /composer.json
parentfd4711af5af4ef88fa10b26849c2e01cad4504d1 (diff)
update to 3.42.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 48da43d..989f20f 100644
--- a/composer.json
+++ b/composer.json
@@ -47,7 +47,6 @@
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4",
"phpunit/phpunit": "^9.6",
- "symfony/phpunit-bridge": "^6.3.8 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
},
"suggest": {
@@ -109,6 +108,7 @@
"./dev-tools/check_file_permissions.sh",
"./dev-tools/check_trailing_spaces.sh",
"@normalize",
+ "@unused-deps",
"@require-checker",
"@auto-review"
],
@@ -137,7 +137,8 @@
"test:unit": [
"Composer\\Config::disableProcessTimeout",
"paraunit run --testsuite unit"
- ]
+ ],
+ "unused-deps": "@php dev-tools/vendor/bin/composer-unused --excludePackage=composer/xdebug-handler"
},
"scripts-descriptions": {
"auto-review": "Execute Auto-review",
@@ -162,6 +163,7 @@
"test:coverage": "Run tests that provide code coverage",
"test:integration": "Run Integration tests",
"test:smoke": "Run Smoke tests",
- "test:unit": "Run Unit tests"
+ "test:unit": "Run Unit tests",
+ "unused-deps": "Verifies if app has dependencies that are not used"
}
}