{
    "name": "yeaha/owl-orm",
    "description": "PHP DataMapper ORM",
    "keywords": ["orm", "datamapper"],
    "homepage": "https://github.com/yeaha/owl-orm",
    "license": "MIT",
    "authors": [
        {
            "name": "YangYi",
            "email": "yangyi.cn.gz@gmail.com",
            "homepage": "https://github.com/yeaha"
        }
    ],
    "require": {
        "php": ">=5.6.0",
        "yeaha/owl-core": "1.0.*",
        "yeaha/owl-service": "1.0.*"
    },
    "require-dev": {
        "phpunit/phpunit": "5.7.*"
    },
    "autoload": {
        "psr-4": {"Owl\\DataMapper\\": "src/DataMapper/"}
    },
    "autoload-dev": {
        "psr-4": {"Tests\\": "tests/"}
    }
}