urakozz/php-laravel-docrtine-cache

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "kozz/laravel-doctrine-cache",
    "type": "library",
    "description": "Doctrine Cache Factory for Laravel 5",
    "keywords": ["Laravel", "Doctrine", "Cache"],
    "homepage": "https://github.com/urakozz/php-laravel-doctrine-cache",
    "license": "MIT",

    "authors": [
        {
            "name": "Yury Kozyrev",
            "email": "urakozz@gmail.com",
            "homepage": "https://github.com/urakozz"
        }
    ],

    "require": {
        "php": ">=5.4.0",
        "laravel/framework": "~5.0",
        "doctrine/cache":"~1.4"
    },

    "suggest": {
        "php": ">=5.6.2"
    },

    "autoload": {
        "psr-4": {
            "Kozz\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Kozz\\Tests\\": "tests/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "~4.2",
        "codeclimate/php-test-reporter": "dev-master"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.1.x-dev"
        }
    },

    "minimum-stability": "stable"
}