| {
    "name": "doctrine/common",
    "type": "library",
    "description": "Common Library for Doctrine projects",
    "keywords": ["collections", "spl", "eventmanager", "annotations", "persistence"],
    "homepage": "http://www.doctrine-project.org",
    "license": "MIT",
    "authors": [
        {"name": "Guilherme Blanco", "email": "[email protected] "},
        {"name": "Roman Borschel", "email": "[email protected] "},
        {"name": "Benjamin Eberlei", "email": "[email protected] "},
        {"name": "Jonathan Wage", "email": "[email protected] "},
        {"name": "Johannes Schmitt", "email": "[email protected] "}
    ],
    "require": {
        "php": ">=5.3.2",
        "doctrine/inflector": "1.*",
        "doctrine/cache": "1.*",
        "doctrine/collections": "1.*",
        "doctrine/lexer": "1.*",
        "doctrine/annotations": "1.*"
    },
    "minimum-stability": "dev",
    "require-dev": {
        "phpunit/phpunit": "~3.7"
    },
    "autoload": {
        "psr-0": { "Doctrine\\Common\\": "lib/" }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.5.x-dev"
        }
    },
    "archive": {
        "exclude": ["!vendor", "tests", "*phpunit.xml", ".travis.yml", "build.xml", "build.properties", "composer.phar"]
    }
}
 |