11 lines
304 B
JSON
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/"
|
|
}
|
|
}
|
|
}
|