Security update for permissions_by_term
[yaffs-website] / vendor / container-interop / container-interop / composer.json
1 {
2     "name": "container-interop/container-interop",
3     "type": "library",
4     "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
5     "homepage": "https://github.com/container-interop/container-interop",
6     "license": "MIT",
7     "autoload": {
8         "psr-4": {
9             "Interop\\Container\\": "src/Interop/Container/"
10         }
11     },
12     "require": {
13         "psr/container": "^1.0"
14     }
15 }