summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 855f766723a07230761813b80e9c843efb2acb81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "container-interop/container-interop",
    "type": "library",
    "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
    "homepage": "https://github.com/container-interop/container-interop",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Interop\\Container\\": "src/Interop/Container/"
        }
    },
    "require": {
        "psr/container": "^1.0"
    }
}