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/debout/debout.nl/vendor/facade/ignition-contracts/composer.json
{
    "name": "facade/ignition-contracts",
    "description": "Solution contracts for Ignition",
    "keywords": [
        "flare",
        "contracts",
        "ignition"
    ],
    "homepage": "https://github.com/facade/ignition-contracts",
    "license": "MIT",
    "authors": [
        {
            "name": "Freek Van der Herten",
            "email": "freek@spatie.be",
            "homepage": "https://flareapp.io",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^7.1"
    },
    "autoload": {
        "psr-4": {
            "Facade\\IgnitionContracts\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Facade\\IgnitionContracts\\Tests\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit",
        "test-coverage": "vendor/bin/phpunit --coverage-html coverage"

    },
    "config": {
        "sort-packages": true
    }
}