PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Insolita   Yii2 MultiFS   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 MultiFS
File system providers to access configurable paths
Author: By
Last change:
Date: 1 year ago
Size: 971 bytes
 

Contents

Class file image Download
{ "name": "insolita/yii2-multifs", "description": "Multifs Manager based on (League\\Flysystem\\MountManager) for work with set of filesystems.", "type": "yii2-extension", "keywords": ["yii2","filesystem","flysystem","uploader"], "license": "MIT", "authors": [ { "name": "insolita", "email": "webmaster100500@ya.ru" } ], "require": { "php":">=5.6", "yiisoft/yii2": "~2.0.13", "league/flysystem": "^1.1.4" }, "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ], "require-dev": { "vlucas/phpdotenv": "*", "nesbot/carbon": "1.22.*", "codeception/codeception": "2.3.*", "codeception/verify": "0.4.*", "codeception/specify": "0.4.*" }, "suggest": {}, "autoload": { "psr-4": { "insolita\\multifs\\": "src" } } }