Updated ACL help file, minor styling changes (#1590)
[openemr.git] / vendor / doctrine / common / composer.json
blobbe42e7fed958076ce02bd9ba3037712895e2121a
2     "name": "doctrine/common",
3     "type": "library",
4     "description": "Common Library for Doctrine projects",
5     "keywords": ["collections", "spl", "eventmanager", "annotations", "persistence"],
6     "homepage": "http://www.doctrine-project.org",
7     "license": "MIT",
8     "authors": [
9         {"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"},
10         {"name": "Roman Borschel", "email": "roman@code-factory.org"},
11         {"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"},
12         {"name": "Jonathan Wage", "email": "jonwage@gmail.com"},
13         {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}
14     ],
15     "require": {
16         "php": ">=5.3.2",
17         "doctrine/inflector": "1.*",
18         "doctrine/cache": "1.*",
19         "doctrine/collections": "1.*",
20         "doctrine/lexer": "1.*",
21         "doctrine/annotations": "1.*"
22     },
23     "minimum-stability": "dev",
24     "require-dev": {
25         "phpunit/phpunit": "~3.7"
26     },
27     "autoload": {
28         "psr-0": { "Doctrine\\Common\\": "lib/" }
29     },
30     "extra": {
31         "branch-alias": {
32             "dev-master": "2.6.x-dev"
33         }
34     },
35     "archive": {
36         "exclude": ["!vendor", "tests", "*phpunit.xml", ".travis.yml", "build.xml", "build.properties", "composer.phar"]
37     }