{
    "name": "appstract/laravel-opcache",
    "description": "OPcache helper for Laravel.",
    "keywords": [
        "appstract",
        "opcache",
        "laravel",
        "php"
    ],
    "homepage": "https://github.com/appstract/laravel-opcache",
    "license": "MIT",
    "authors": [
        {
            "name": "Olav van Schie",
            "email": "hello@appstract.team",
            "homepage": "https://appstract.team",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.6",
        "illuminate/console": ">=5.5",
        "illuminate/support": ">=5.5",
        "illuminate/routing": ">=5.5",
        "illuminate/filesystem": ">=5.5",
        "appstract/lush-http": "^0.5"
    },
    "require-dev": {
        "orchestra/testbench": "^3.3",
        "phpunit/phpunit": "5.*"
    },
    "autoload": {
        "psr-4": {
            "Appstract\\Opcache\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Appstract\\Opcache\\Test\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit"
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "laravel": {
            "providers": [
                "Appstract\\Opcache\\OpcacheServiceProvider"
            ]
        }
    }
}
