summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/mrclay/props-dic/composer.json
blob: 78f64dddd61339d324da118f232ae21dbe1cee41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "name": "mrclay/props-dic",
    "type": "library",
    "description": "Props is a simple DI container that allows retrieving values via custom property and method names",
    "keywords": ["container", "dependency injection", "di", "di container", "dependency injection container"],
    "license": "MIT",
    "authors": [
        {
            "name": "Steve Clay",
            "email": "steve@mrclay.org",
            "homepage": "http://www.mrclay.org/"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "container-interop/container-interop": "^1.1",
        "pimple/pimple": "~3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "~4.8"
    },
    "autoload": {
        "psr-0": {
            "Props\\": ["src/", "test/"]
        }
    }
}