HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/hours.komma.pro/vendor/spatie/laravel-pjax/composer.json
{
    "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|^8.0",
        "illuminate/support": "^6.0|^7.0|^8.0",
        "illuminate/http": "^6.0|^7.0|^8.0",
        "symfony/dom-crawler": "^4.0|^5.0",
        "symfony/css-selector": "^4.0|^5.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.0|^9.0"
    },
    "autoload": {
        "psr-4": {
            "Spatie\\Pjax\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Spatie\\Pjax\\Test\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit"
    }
}