galmi/xacmlBundle

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name" : "galmi/xacmlbundle",
  "description" : "XACML Bundle",
  "type" : "symfony-bundle",
  "authors" : [{
    "name" : "galmi",
    "email" : "galmi.ru@gmail.com"
  }],
  "keywords" : [
    "XACML Bundle"
  ],
  "license" : [
    "MIT"
  ],
  "require" : {
    "php": ">=5.5.0",
    "galmi/xacml": "dev-master"
  },
  "require-dev": {
    "phpunit/phpunit": "4.8.*",
    "codeclimate/php-test-reporter": "^0.2.0",
    "doctrine/doctrine-bundle": "~1.4",
    "doctrine/doctrine-fixtures-bundle": "^2.3"
  },
  "autoload" : {
    "psr-4" : {
      "Galmi\\XacmlBundle\\" : ""
    }
  }
}