PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP Wording Detector   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Wording Detector
Generate reports on the usage of words in classes
Author: By
Last change:
Date: 1 year ago
Size: 1,549 bytes
 

Contents

Class file image Download
{ "name": "degraciamathieu/php-wording-detector", "description": "check your DDD approach by analyzing your variables", "keywords": ["php", "quality", "ci", "metrics", "static-analyzer", "ddd"], "type": "package", "license": "MIT", "support": { "issues": "https://github.com/DeGraciaMathieu/php-wording-detector/issues", "source": "https://github.com/DeGraciaMathieu/php-wording-detector" }, "authors": [ { "name": "De Gracia Mathieu", "email": "dev@degracia-mathieu.fr" } ], "require": { "php": "^8.1", "degraciamathieu/php-file-explorer": "0.4.*", "illuminate/view": "^10.0", "laravel-zero/framework": "^10.0", "nikic/php-parser": "^4.13", "nunomaduro/termwind": "^1.15" }, "require-dev": { "laravel/pint": "^1.5", "mockery/mockery": "^1.5.1", "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, "allow-plugins": { "pestphp/pest-plugin": true } }, "minimum-stability": "stable", "prefer-stable": true, "bin": ["php-wording-detector"] }