netdudes/DataSourceryBundle

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "netdudes/data-sourcery-bundle",
  "type": "symfony-bundle",
  "description": "Netdudes DataSourceryBundle",
  "keywords": ["data", "sourcery"],
  "homepage": "https://github.com/netdudes/DataSourceryBundle",
  "license": "MIT",
  "authors": [
    {
      "name": "Netdudes GmbH",
      "homepage": "https://github.com/netdudes/DataSourceryBundle/contributors"
    }
  ],
  "config": {
    "bin-dir": "bin"
  },
  "require": {
    "php": ">=7.0",
    "doctrine/orm": "^2.5",
    "doctrine/doctrine-bundle": "^1.6",
    "symfony/symfony": ">=2.3"
  },
  "require-dev": {
    "phpunit/phpunit": "*",
    "friendsofphp/php-cs-fixer": "^2.0"
  },
  "autoload": {
    "psr-0": {
      "Netdudes\\DataSourceryBundle": ""
    }
  },
  "target-dir": "Netdudes/DataSourceryBundle",
  "extra": {
    "branch-alias": {
      "dev-master": "1.0-dev"
    }
  }
}