Files
icehrm/lib/composer/vendor/container-interop/container-interop/composer.json
2017-09-03 20:39:22 +02:00

12 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/"
}
}
}