PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP Smelly Code Detector   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Smelly Code Detector
Analyze PHP code to evaluate quality factors
Author: By
Last change:
Date: 1 year ago
Size: 997 bytes
 

Contents

Class file image Download
{ "name": "degraciamathieu/php-smelly-code-detector", "type": "package", "description": "PHP code smell detector", "homepage": "https://github.com/DeGraciaMathieu/php-smelly-code-detector", "license": "MIT", "authors": [ { "name": "De Gracia Mathieu", "email": "dev@degracia-mathieu.fr" } ], "require": { "php": "^8.1", "symfony/console": "^6.0", "symfony/finder": "^6.0", "nikic/php-parser": "^4.13", "degraciamathieu/php-file-explorer": "^0.2.0" }, "require-dev": { "phpunit/phpunit": "^9.5", "symfony/var-dumper": "^5.1|^6.1", "phpstan/phpstan": "^1.9" }, "autoload": { "psr-4": { "DeGraciaMathieu\\SmellyCodeDetector\\": "src/" } }, "autoload-dev": { "psr-4": { "DeGraciaMathieu\\SmellyCodeDetector\\Tests\\": "tests/" } }, "bin": [ "smellyphpcodedetector" ] }