{
    "name": "yiisoft/yii2-app-basic",
    "description": "Yii 2 Basic Project Template",
    "keywords": [
        "yii2",
        "framework",
        "basic",
        "project template"
    ],
    "homepage": "http://www.yiiframework.com/",
    "type": "project",
    "license": "BSD-3-Clause",
    "support": {
        "issues": "https://github.com/yiisoft/yii2/issues?state=open",
        "forum": "http://www.yiiframework.com/forum/",
        "wiki": "http://www.yiiframework.com/wiki/",
        "irc": "irc://irc.freenode.net/yii",
        "source": "https://github.com/yiisoft/yii2"
    },
    "minimum-stability": "stable",
    "require": {
        "php": ">=5.4.0",
        "yiisoft/yii2": "~2.0.14",
        "yiisoft/yii2-bootstrap": "~2.0.0",
        "yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
        "yiisoft/yii2-imagine": "^2.2",
        "league/climate": "^3.5",
        "guzzlehttp/guzzle": "^7.7",
        "cocur/slugify": "^3.2",
        "kartik-v/yii2-slider": "^1.3",
        "wapmorgan/morphos": "^3.2",
        "mongosoft/yii2-soap-client": "*",
        "gumlet/php-image-resize": "^2.0",
        "omnilight/yii2-sypexgeo": "^1.0",
        "vlucas/phpdotenv": "^5.3",
        "symfony/process": "^5.2",
        "voronkovich/sberbank-acquiring-client": "^2.5",
        "mustache/mustache": "^2.13",
        "notamedia/yii2-sentry": "^1.7",
        "twig/twig": "^3.0",
        "voku/html-min": "^4.5"
    },
    "require-dev": {
        "yiisoft/yii2-debug": "~2.1.0",
        "yiisoft/yii2-gii": "~2.1.0",
        "yiisoft/yii2-faker": "~2.0.0",
        "symfony/browser-kit": ">=2.7 <=4.2.4",
        "league/csv": "^9.6",
        "codeception/codeception": "^4.1",
        "codeception/module-yii2": "^1.1",
        "phpunit/phpunit": "^9.5",
        "codeception/module-filesystem": "^1.0",
        "codeception/module-asserts": "^1.3"
    },
    "config": {
        "process-timeout": 1800,
        "fxp-asset": {
            "enabled": false
        },
        "allow-plugins": {
            "yiisoft/yii2-composer": true,
            "php-http/discovery": true
        }
    },
    "scripts": {
        "dev": "php yii serve",
        "test": "php vendor/bin/codecept run",
        "post-install-cmd": [
            "yii\\composer\\Installer::postInstall",
            "if [ ! -f 'config/db.php' ]; then cp config/db-example.php config/db.php; fi",
            "if [ ! -f 'config/dbDonor.php' ]; then cp config/dbDonor-example.php config/dbDonor.php; fi",
            "if [ ! -f 'config/default.json' ]; then cp config/default-example.json config/default.json; fi",
            "if [ ! -f 'config/params.php' ]; then cp config/params-example.php config/params.php; fi"
        ],
        "post-create-project-cmd": [
            "yii\\composer\\Installer::postCreateProject",
            "yii\\composer\\Installer::postInstall"
        ]
    },
    "extra": {
        "yii\\composer\\Installer::postCreateProject": {
            "setPermission": [
                {
                    "runtime": "0777",
                    "web/assets": "0777",
                    "yii": "0755"
                }
            ]
        },
        "yii\\composer\\Installer::postInstall": {
            "generateCookieValidationKey": [
                "config/web.php"
            ]
        }
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    ]
}
