PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Smoren Freelight   Yii2 Active Record Explicit   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Active Record Explicit
Provide explicit behaviors to Yii2 ActiveRecord
Author: By
Last change:
Date: 1 year ago
Size: 774 bytes
 

Contents

Class file image Download
{ "name": "smoren/yii2-active-record-explicit", "description": "Extended and more explicit behavior for ActiveRecord classes for Yii2", "type": "yii2-extension", "keywords": ["yii2", "extension", "ActiveRecord", "ActiveQuery", "explicit", "behavior"], "license": "MIT", "authors": [ { "name": "Smoren", "email": "ofigate@gmail.com" } ], "require": { "php": ">=7.2.0", "yiisoft/yii2": "~2.0.0", "smoren/extended-exceptions": "^1.0.0", "ext-pdo": "*" }, "autoload": { "psr-4": { "Smoren\\Yii2\\ActiveRecordExplicit\\": "src" } }, "config": { "fxp-asset": { "enabled": false } }, "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ] }