{
    "name": "portphp/doctrine",
    "description": "Doctrine ORM/ODM reader and writer for Port",
    "license": "MIT",
    "homepage": "https://github.com/portphp",
    "authors": [
        {
            "name": "David de Boer",
            "email": "david@ddeboer.nl"
        },
        {
            "name": "Markus Bachmann",
            "email": "markus.bachmann@bachi.biz"
        },
        {
            "name": "Community contributors",
            "homepage": "https://github.com/portphp/doctrine-adapter/graphs/contributors"
        }
    ],
    "support": {
        "issues": "https://github.com/portphp/portphp/issues",
        "source": "https://github.com/portphp/doctrine-adapter",
        "docs": "https://portphp.readthedocs.org"
    },
    "require": {
        "php": ">=5.6.0",
        "portphp/portphp": "^1.0.0",
        "doctrine/common": "^2.2"
    },
    "require-dev": {
        "phpunit/phpunit": "4.7.*",
        "ext-sqlite3": "*",
        "doctrine/orm": "~2.4",
        "doctrine/mongodb": "^1.2",
        "doctrine/mongodb-odm": "^1.0"
    },
    "autoload": {
        "psr-4": {
            "Port\\Doctrine\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Port\\Doctrine\\Tests\\": "tests/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.0.x-dev"
        }
    }
}
