{
    "name": "thamtech/yii2-uuid",
    "description": "Yii 2 UUID Helper",
    "keywords": ["yii", "yii2", "uuid", "guid"],
    "type": "yii2-extension",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Tyler Ham",
            "email": "tyler@thamtech.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": ">=5.6.0",
        "yiisoft/yii2": ">=2.0.14 <2.1",
        "ramsey/uuid": "^3 || ^4"
    },
    "autoload": {
        "psr-4": { "thamtech\\uuid\\": "src/"}
    },
    "require-dev": {
        "phpunit/phpunit": "^4.1 || ^5.0"
    }
}
