open-orchestra/open-orchestra-mongo-libs

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "open-orchestra/open-orchestra-mongo-libs",
  "description": "Some libraries to use MongoDB in Open Orchestra",
  "license": "Apache-2.0",
  "authors": [
    {
      "name": "OpenOrchestra community",
      "homepage": "https://github.com/open-orchestra/open-orchestra-libs/graphs/contributors"
    }
  ],

  "support": {
    "issues": "https://github.com//open-orchestra/open-orchestra-mongo-libs/issues",
    "docs": "http://open-orchestra.readthedocs.io/fr/latest/"
  },

  "require": {
    "php": "~5.6.0",
    "doctrine/mongodb-odm-bundle": "~3.2.0",
    "jms/metadata": "~1.5.1",
    "solution/mongo-odm-aggregation-bundle": "~0.1.1",
    "symfony/http-foundation": "~2.8.6",
    "open-orchestra/open-orchestra-libs": "self.version",
    "open-orchestra/open-orchestra-model-interface": "self.version"
  },

  "require-dev": {
    "phpunit/phpunit": "~5.5.0",
    "phake/phake": "~2.3.0",
    "codeclimate/php-test-reporter": "~0.3.2"
  },

  "config": {
    "bin-dir": "bin"
  },

  "autoload": {
    "psr-4": {
      "OpenOrchestra\\Pagination\\": "Pagination/",
      "OpenOrchestra\\MongoTrait\\": "MongoTrait/",
      "OpenOrchestra\\Repository\\": "Repository/",
      "OpenOrchestra\\MongoBundle\\": "MongoBundle/",
      "OpenOrchestra\\Exceptions\\": "Exceptions/"
    }
  }
}