PHP Classes

File: libraries/vendor/container-interop/container-interop/composer.json

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/container-interop/container-interop/composer.json   Download  
File: libraries/vendor/container-interop/container-interop/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 6 years ago
Size: 434 bytes
 

Contents

Class file image Download
{ "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" } }