Setup Composer dependency analyser

This commit is contained in:
Yassine Guedidi
2024-03-30 00:38:37 +01:00
parent 43fae01790
commit dc4347b2a3
4 changed files with 145 additions and 1 deletions

65
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0faa53277c2598ea8aa924a63db88580",
"content-hash": "7af2ea826ebb45b5d2249424c58d14eb",
"packages": [
{
"name": "babdev/pagerfanta-bundle",
@ -18756,6 +18756,69 @@
],
"time": "2020-09-28T06:39:44+00:00"
},
{
"name": "shipmonk/composer-dependency-analyser",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/shipmonk-rnd/composer-dependency-analyser.git",
"reference": "da787b1ec7e02e618f080e65f944a72a47a4696c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/shipmonk-rnd/composer-dependency-analyser/zipball/da787b1ec7e02e618f080e65f944a72a47a4696c",
"reference": "da787b1ec7e02e618f080e65f944a72a47a4696c",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^7.2 || ^8.0"
},
"require-dev": {
"editorconfig-checker/editorconfig-checker": "^10.3.0",
"ergebnis/composer-normalize": "^2.19",
"phpstan/phpstan": "^1.10.63",
"phpstan/phpstan-phpunit": "^1.1.1",
"phpstan/phpstan-strict-rules": "^1.2.3",
"phpunit/phpunit": "^8.5.28 || ^9.5.20",
"shipmonk/name-collision-detector": "^2.0.0",
"slevomat/coding-standard": "^8.0.1"
},
"bin": [
"bin/composer-dependency-analyser"
],
"type": "library",
"autoload": {
"psr-4": {
"ShipMonk\\ComposerDependencyAnalyser\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)",
"keywords": [
"analyser",
"composer",
"composer dependency",
"dead code",
"dead dependency",
"detector",
"dev",
"misplaced dependency",
"shadow dependency",
"static analysis",
"unused code",
"unused dependency"
],
"support": {
"issues": "https://github.com/shipmonk-rnd/composer-dependency-analyser/issues",
"source": "https://github.com/shipmonk-rnd/composer-dependency-analyser/tree/1.4.0"
},
"time": "2024-03-19T15:39:35+00:00"
},
{
"name": "symfony/browser-kit",
"version": "v5.4.35",