php-vivace/di

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "vivace/di",
  "description": "Inversion of Control with support for advanced inheritance of the container for building modular applications.",
  "keywords": [
    "inversion",
    "dependency",
    "di"
  ],
  "version": "v1.2.0",
  "type": "library",
  "require-dev": {
    "codeclimate/php-test-reporter": "^0.4.2",
    "phpunit/phpunit": "^6.0"
  },
  "license": "MIT",
  "authors": [
    {
      "name": "Albert Sultanov",
      "email": "bert.sultanov.contact@gmail.com"
    }
  ],
  "minimum-stability": "stable",
  "autoload":{
    "psr-4":{
        "vivace\\di\\":"src/"
    },
    "files":[
      "src/functions.php"
    ]
  },
  "require": {
    "php": "^7.1",
    "psr/cache": "^1.0",
    "psr/container": "^1.0"
  }
}