{
    "name": "frostealth/yii2-relation-behavior",
    "description": "Easy linking and sync relationships many-to-many and one-to-many",
    "keywords": ["yii2", "behavior", "relation", "many-to-many", "one-to-many"],
    "homepage": "https://github.com/frostealth/yii2-relation-behavior",
    "type": "yii2-extension",
    "license": "MIT",
    "authors": [
        {
            "name": "Ivan Kudinov",
            "email": "i.kudinov@frostealth.ru",
            "homepage": "http://frostealth.ru"
        }
    ],
    "support": {
        "issues": "https://github.com/frostealth/yii2-relation-behavior/issues?state=open"
    },
    "autoload": {
        "psr-4": {
            "frostealth\\yii2\\": "src/"
        }
    },
    "require": {
        "php": ">=5.4.0",
        "yiisoft/yii2": "~2.0",
        "frostealth/php-data-storage": "~2.0"
    }
}
