{
    "name": "open20/amos-attachments",
    "description": "Extension for file uploading and attaching to the models",
    "keywords": [
        "yii2",
        "extension",
        "attachment",
        "file",
        "upload"
    ],
    "homepage": "http://www.open20.it/",
    "type": "yii2-extension",
    "license": "BSD-4-Clause",
    "support": {
        "issues": "http://www.example.com/",
        "forum": "http://www.example.com/forum/",
        "wiki": "https://github.com/open20/amos-attachments/docs",
        "source": "https://github.com/open20/amos-attachments"
    },
    "minimum-stability": "stable",
    "require": {
        "php": ">=5.4.0",
        "open20/amos-core":"^1.11.0",
        "yiisoft/yii2": "^2.0.0",
        "kartik-v/yii2-widget-fileinput": "1.0.6",
        "himiklab/yii2-colorbox-widget": "*",
        "yiisoft/yii2-jui": "^2.0",
        "yurkinx/yii2-image": "*",
        "uitrick/yii2-widget-upload-crop": "^1.0.0",
        "yiisoft/yii2-imagine": "^2.1.0",
        "bower-asset/jquery-cropper": "^1.0"
    },
    "autoload": {
        "psr-4": {
            "open20\\amos\\attachments\\": "src"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "~4.0",
        "phpunit/dbunit": "~1.0"
    }
}
