Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

{
    "name": "ichikaway/cakephp-mongodb",
    "description": "MongoDB Datasource for CakePHP",
    "type": "cakephp-plugin",
    "keywords": ["cakephp", "mongo", "datasource"],
    "homepage": "https://github.com/ichikaway/cakephp-mongodb",
    "license": "MIT",
    "authors": [
        {
            "name": "Yasushi Ichikawa",
            "homepage": "http://twitter.com/ichikaway",
            "role": "Author"
        },
        {
            "name": "Andy Dawson",
            "homepage": "http://twitter.com/AD7six",
            "role": "Author"
        },
        {
            "name": "predominant",
            "homepage": "http://github.com/predominant/",
            "role": "Contributor"
        },
        {
            "name": "jrbasso",
            "homepage": "http://github.com/jrbasso/",
            "role": "Contributor"
        },
        {
            "name": "tkyk",
            "homepage": "http://github.com/tkyk/",
            "role": "Contributor"
        },
        {
            "name": "Various Others",
            "homepage": "https://github.com/ichikaway/cakephp-mongodb/graphs/contributors"
        }
    ],
    "support": {
        "issues": "https://github.com/ichikaway/cakephp-mongodb/issues",
        "source": "https://github.com/ichikaway/cakephp-mongodb"
    },
    "require": {
        "php": ">=5.3.0",
        "composer/installers": "*"
    },
    "require-dev": {
                    "phpunit/phpunit": "3.7.*"
          },
    "extra": {
        "branch-alias": {
            "dev-cake2.0": "2.0.x-dev",
            "dev-cake2.2": "2.2.x-dev"
        },
        "installer-name": "Mongodb"
    }
}