questlab/www/analytics/vendor/container-interop/container-interop/composer.json
2016-04-10 18:55:57 +02:00

11 lines
304 B
JSON

{
"name": "container-interop/container-interop",
"type": "library",
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
"license": "MIT",
"autoload": {
"psr-4": {
"Interop\\Container\\": "src/Interop/Container/"
}
}
}