{
    "name": "spatie/laravel-pjax",
    "description": "A pjax middleware for Laravel 5",
    "keywords": [
        "spatie",
        "laravel-pjax",
        "pjax"
    ],
    "homepage": "https://github.com/spatie/laravel-pjax",
    "license": "MIT",
    "authors": [
        {
            "name": "Freek Van der Herten",
            "email": "freek@spatie.be",
            "homepage": "https://spatie.be",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^7.2",
        "illuminate/support": "^5.1|^6.0",
        "illuminate/http": "^5.1|^6.0",
        "symfony/dom-crawler": "^2.7|^3.0|^4.0",
        "symfony/css-selector": "^2.7|^3.0|^4.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.3.5",
        "scrutinizer/ocular": "~1.1"
    },
    "autoload": {
        "psr-4": {
            "Spatie\\Pjax\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Spatie\\Pjax\\Test\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit"
    }
}
