Version 1
[yaffs-website] / vendor / doctrine / collections / composer.json
1 {
2     "name": "doctrine/collections",
3     "type": "library",
4     "description": "Collections Abstraction library",
5     "keywords": ["collections", "array", "iterator"],
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     },
18     "require-dev": {
19         "phpunit/phpunit": "~4.0"
20     },
21     "autoload": {
22         "psr-0": { "Doctrine\\Common\\Collections\\": "lib/" }
23     },
24     "extra": {
25         "branch-alias": {
26             "dev-master": "1.2.x-dev"
27         }
28     }
29 }