elcodedocle/gplusraffle

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "elcodedocle/gplusraffle",
    "type": "webapp",
    "description": "Google API based raffle web app",
    "keywords": ["google", "google plus", "raffle", "web app"],
    "homepage": "https://github.com/elcodedocle/gplusraffle",
    "license": "MIT",
    "require-dev": {
        "phpunit/phpunit": "3.7.*"
    },
    "require": {
        "php": ">=5.3.0",
        "google/apiclient": "1.0.4-beta",
        "elcodedocle/uuid": ">=1.0.0",
        "datatables/datatables": ">=1.9.4",
        "drmonty/datatables-tabletools": ">=2.1.5",
        "twbs/bootstrap": ">=3.0.0",
        "phstc/jquery-dateformat": ">=1.0.0"
    }
}