PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Smoren Freelight   Yii2 Dependency Finder   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Dependency Finder
Find dependencies of project that uses Yii2
Author: By
Last change:
Date: 1 year ago
Size: 746 bytes
 

Contents

Class file image Download
{ "name": "smoren/yii2-dependency-finder", "description": "Extension for finding horizontal dependencies of Yii2 modules", "type": "yii2-extension", "keywords": ["yii2", "extension", "dependency", "module"], "license": "MIT", "authors": [ { "name": "Smoren", "email": "ofigate@gmail.com" } ], "require": { "php": ">=7.4.0", "yiisoft/yii2": "~2.0.0", "smoren/extended-exceptions": "^1.0.0", "smoren/nested-accessor": "^0.1.0" }, "autoload": { "psr-4": { "Smoren\\Yii2\\DependencyFinder\\": "src" } }, "config": { "fxp-asset": { "enabled": false } }, "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ] }