{
    "name": "atlas/table",
    "type": "library",
    "description": "Table data gateway implementation for Atlas.",
    "keywords": [ "sql", "table", "data", "gateway", "mapper", "mapping", "orm" ],
    "homepage": "http://github.com/atlasphp/Atlas.Table",
    "license": "MIT",
    "authors": [
        {
            "name": "Atlas Contributors",
            "homepage": "https://github.com/atlasphp/Atlas.Table/contributors"
        }
    ],
    "require": {
        "php": ">=7.1.0",
        "atlas/pdo": "~1.0",
        "atlas/query": "~1.0"
    },
    "autoload": {
        "psr-4": {
            "Atlas\\Table\\": "src/"
        }
    },
    "require-dev": {
        "atlas/testing": "~1.0",
        "pds/skeleton": "~1.0",
        "phpunit/phpunit": "~7.0"
    },
    "autoload-dev": {
        "psr-4": {
            "Atlas\\Table\\": "tests/"
        }
    },
    "suggest": {
        "atlas/cli": "A command-line tool to build skeleton classes."
    }
}
