Просмотр файла system/vendor/container-interop/container-interop/composer.json

Размер файла: 434B
{
    "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"
    }
}