PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP Line Length Detector   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Line Length Detector
Detect the line length of PHP source code files
Author: By
Last change:
Date: 1 year ago
Size: 1,426 bytes
 

Contents

Class file image Download
{ "name": "degraciamathieu/php-line-length-detector", "description": "PHP code smell detector", "keywords": ["php", "quality", "smell", "ci", "metrics", "static-analyzer"], "type": "package", "license": "MIT", "support": { "issues": "https://github.com/DeGraciaMathieu/php-line-length-detector/issues", "source": "https://github.com/DeGraciaMathieu/php-line-length-detector" }, "authors": [ { "name": "De Gracia Mathieu", "email": "hello@degracia-mathieu.fr" } ], "require": { "php": "^8.1", "degraciamathieu/php-file-explorer": "0.4.*", "illuminate/view": "^10.0", "laravel-zero/framework": "^10.0", "nunomaduro/termwind": "^1.15" }, "require-dev": { "mockery/mockery": "^1.5.1", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.0" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true }, "minimum-stability": "stable", "prefer-stable": true, "bin": ["line-length-detector"] }