{
    "name": "vlucas/spot2",
    "type": "library",
    "description": "Simple DataMapper built on top of Doctrine DBAL",
    "keywords": ["orm", "datamapper", "dbal", "doctrine", "database", "model", "mapper", "entity"],
    "homepage": "https://github.com/vlucas/spot2",
    "license" : "BSD",
    "authors" : [
        {
            "name": "Vance Lucas",
            "email": "vance@vancelucas.com",
            "homepage": "http://www.vancelucas.com"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "vlucas/valitron": "~1.1",
        "doctrine/dbal": "2.5.4",
        "sabre/event": "~2.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8"
    },
    "autoload": {
        "psr-4": {
            "Spot\\": "lib/",
            "SpotTest\\": "tests/"
        }
    }
}
