PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Insolita   Yii2 CodeStat   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 CodeStat
Analyse and display statistics about PHP code
Author: By
Last change:
Date: 1 year ago
Size: 971 bytes
 

Contents

Class file image Download
{ "name": "insolita/yii2-codestat" , "description": "Statistic of code usage inspired by Laravel Stats" , "type": "yii2-extension" , "keywords": [ "yii2" , "code" , "statistic" ] , "license": "MIT" , "authors": [ { "name": "insolita" , "email": "webmaster100500@ya.ru" } ] , "require": { "php": "^7.2" , "yiisoft/yii2": "~2.0.13" , "phploc/phploc": "^5.0", "league/climate": "^3.2" } , "require-dev": { "phpunit/phpunit": "~7.0" , "codeception/verify": "~1.0.0" , "codeception/specify": "~1.1" } , "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ], "suggest": { } , "autoload": { "psr-4": { "insolita\\codestat\\": "src/", "tests\\":"tests/" } } }