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/ASmits/kemi.nl/vendor/spatie/calendar-links/composer.json
{
    "name": "spatie/calendar-links",
    "description": "Generate add to calendar links for Google, iCal and other calendar systems",
    "keywords": [
        "spatie",
        "calendar-links"
    ],
    "homepage": "https://github.com/spatie/calendar-links",
    "license": "MIT",
    "authors": [
        {
            "name": "Sebastian De Deyne",
            "email": "sebastian@spatie.be",
            "homepage": "https://spatie.be",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^7.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^6.0",
        "spatie/phpunit-snapshot-assertions": "^1.0"
    },
    "autoload": {
        "psr-4": {
            "Spatie\\CalendarLinks\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Spatie\\CalendarLinks\\Test\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit"
    },
    "config": {
        "sort-packages": true
    }
}