diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-02 06:45:51 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-02 06:45:51 +0100 |
commit | 48a1541ab077fe51d13126d85247305e0d229260 (patch) | |
tree | 0f0ad5d4a7903454683a33a5a10b5f2ddee8884f /composer.json | |
parent | eeabbba9b10e18ad88aba37f4bd75dc9ebebaeff (diff) |
php-container-interop: 1.2.0
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..855f766 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "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" + } +} |