PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Smoren Freelight   Yii2 Module Access Manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Module Access Manager
User access manager and control module for Yii2
Author: By
Last change:
Date: 23 days ago
Size: 1,356 bytes
 

Contents

Class file image Download
{ "name": "smoren/yii2-module-access-manager", "description": "Access manager and control module for Yii2", "type": "yii2-extension", "keywords": ["yii2", "extension", "module", "access", "access manager", "access control"], "license": "MIT", "authors": [ { "name": "Smoren", "email": "ofigate@gmail.com" } ], "require": { "php": ">=7.2.0", "ext-json": "*", "yiisoft/yii2": "~2.0.0", "smoren/mushroom-hook-manager": "^1.0.0", "smoren/extended-exceptions": "^1.0.0", "smoren/yii2-helpers": "^0.1.0", "smoren/yii2-active-record-explicit": "^1.0.4|^2.0.0", "smoren/yii2-auth-components": "^0.1.5", "thamtech/yii2-uuid": "^1.2" }, "require-dev": { "codeception/codeception": "^4.0", "codeception/module-asserts": "^1.3" }, "autoload": { "psr-4": { "Smoren\\Yii2\\AccessManager\\": "src" } }, "extra": { "mushroom-use-hooks": true, "mushroom-hooks": { "after-install": [ "Smoren\\Yii2\\AccessManager\\MushroomHooks::afterInstall" ] } }, "config": { "fxp-asset": { "enabled": false }, "allow-plugins": { "smoren/mushroom-hook-manager": true, "yiisoft/yii2-composer": true } }, "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ] }