e06b649465a9f935a0e235bf21b93d54f8145a38
[yaffs-website] / vendor / doctrine / inflector / composer.json
1 {
2     "name": "doctrine/inflector",
3     "type": "library",
4     "description": "Common String Manipulations with regard to casing and singular/plural rules.",
5     "keywords": ["string", "inflection", "singularize", "pluralize"],
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": "^7.0"
17     },
18     "require-dev": {
19         "phpunit/phpunit": "^6.2"
20     },
21     "autoload": {
22         "psr-4": { "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" }
23     },
24     "autoload-dev": {
25         "psr-4": { "Doctrine\\Tests\\Common\\Inflector\\": "tests/Doctrine/Common/Inflector" }
26     },
27     "extra": {
28         "branch-alias": {
29             "dev-master": "1.2.x-dev"
30         }
31     }
32 }