{
    "name": "ironbound/db",
    "description": "Provides models and custom query objects for custom database tables in WordPress.",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Iron Bound Designs",
            "email": "info@ironbounddesigns.com"
        }
    ],
    "require": {
        "php"            : ">=5.3.0",
        "ironbound/cache": "^1.0.0",
        "doctrine/collections": "^1.3",
        "doctrine/inflector": "^1.1"
    },
    "autoload": {
        "psr-4": {
            "IronBound\\DB\\": "src/",
            "IronBound\\DB\\Tests\\": "tests/"
        },
        "files": [
            "src/load.php"
        ]
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8",
        "ironbound/wpevents": "^1.0"
    },
    "suggest": {
      "ironbound/wpevents": "Allows for firing events when certain actions occur on a model."
    },
    "config": {
        "platform": {
            "php": "5.3.29"
        }
    }
}
