| 1234567891011121314151617181920212223242526272829303132333435363738 | 
							- {
 
-     "name": "yiisoft/yii2-mongodb",
 
-     "description": "MongoDB extension for the Yii framework",
 
-     "keywords": ["yii2", "mongo", "mongodb", "active-record", "gridfs"],
 
-     "type": "yii2-extension",
 
-     "license": "BSD-3-Clause",
 
-     "support": {
 
-         "issues": "https://github.com/yiisoft/yii2-mongodb/issues",
 
-         "forum": "http://www.yiiframework.com/forum/",
 
-         "wiki": "http://www.yiiframework.com/wiki/",
 
-         "irc": "irc://irc.freenode.net/yii",
 
-         "source": "https://github.com/yiisoft/yii2-mongodb"
 
-     },
 
-     "authors": [
 
-         {
 
-             "name": "Paul Klimov",
 
-             "email": "klimov.paul@gmail.com"
 
-         }
 
-     ],
 
-     "require": {
 
-         "yiisoft/yii2": "~2.0.14",
 
-         "ext-mongodb": ">=1.0.0"
 
-     },
 
-     "repositories": [
 
-         {
 
-             "type": "composer",
 
-             "url": "https://asset-packagist.org"
 
-         }
 
-     ],
 
-     "autoload": {
 
-         "psr-4": { "yii\\mongodb\\": "src" }
 
-     },
 
-     "extra": {
 
-         "branch-alias": {
 
-             "dev-master": "2.1.x-dev"
 
-         }
 
-     }
 
- }
 
 
  |