PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP Doctor   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Doctor
Scan PHP to find missing or wrong PHPDoc comments
Author: By
Last change:
Date: 3 years ago
Size: 879 bytes
 

Contents

Class file image Download
{ "name": "voku/phpdoctor", "description": "Check for missing or wrong phpdoc comments.", "type": "library", "keywords": [ "php", "phpdoc" ], "homepage": "https://github.com/voku/PHPDoctor", "license": "Apache-2.0", "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "require": { "php": ">=7.2", "voku/simple-php-code-parser": "~0.16", "symfony/console": "~3.4 || ~4.1 || ~5.0" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" }, "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "autoload-dev": { "psr-4": { "voku\\tests\\": "tests/" } }, "minimum-stability": "dev", "bin": [ "bin/phpdoctor" ] }