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/debierbaron.komma.pro/workbench/komma/kms/vendor/composer/installed.json
[
    {
        "name": "illuminate/support",
        "version": "v4.2.17",
        "version_normalized": "4.2.17.0",
        "target-dir": "Illuminate/Support",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/support.git",
            "reference": "db61f3f6d507ce417ca993e1f93585db7efd8b12"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/support/zipball/db61f3f6d507ce417ca993e1f93585db7efd8b12",
            "reference": "db61f3f6d507ce417ca993e1f93585db7efd8b12",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "jeremeamia/superclosure": "~1.0.1",
            "patchwork/utf8": "~1.1"
        },
        "time": "2015-01-27 20:51:43",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Illuminate\\Support": ""
            },
            "files": [
                "Illuminate/Support/helpers.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylorotwell@gmail.com"
            }
        ]
    },
    {
        "name": "mustangostang/spyc",
        "version": "0.5.1",
        "version_normalized": "0.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mustangostang/spyc.git",
            "reference": "dc4785b4d7227fd9905e086d499fb8abfadf9977"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mustangostang/spyc/zipball/dc4785b4d7227fd9905e086d499fb8abfadf9977",
            "reference": "dc4785b4d7227fd9905e086d499fb8abfadf9977",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1"
        },
        "time": "2013-02-21 10:52:01",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Spyc.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT License"
        ],
        "authors": [
            {
                "name": "mustangostang",
                "email": "vlad.andersen@gmail.com"
            }
        ],
        "description": "A simple YAML loader/dumper class for PHP",
        "homepage": "https://github.com/mustangostang/spyc/",
        "keywords": [
            "spyc",
            "yaml",
            "yml"
        ]
    },
    {
        "name": "league/csv",
        "version": "6.3.0",
        "version_normalized": "6.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/csv.git",
            "reference": "5ffb2b42ed5d7ae20d80d4480b34743f5086d4a8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/csv/zipball/5ffb2b42ed5d7ae20d80d4480b34743f5086d4a8",
            "reference": "5ffb2b42ed5d7ae20d80d4480b34743f5086d4a8",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-01-21 12:06:27",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Csv\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://github.com/nyamsprod/",
                "role": "Developer"
            }
        ],
        "description": "Csv data manipulation made easy in PHP",
        "keywords": [
            "csv",
            "export",
            "filter",
            "import",
            "read",
            "write"
        ]
    },
    {
        "name": "soapbox/laravel-formatter",
        "version": "2.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/SoapBox/laravel-formatter.git",
            "reference": "9149adcf6f14a563ccd5b81579e802b1f402aef9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/SoapBox/laravel-formatter/zipball/9149adcf6f14a563ccd5b81579e802b1f402aef9",
            "reference": "9149adcf6f14a563ccd5b81579e802b1f402aef9",
            "shasum": ""
        },
        "require": {
            "illuminate/support": ">=4.0",
            "league/csv": "~6.0",
            "mustangostang/spyc": "0.5.*@dev",
            "php": ">=5.4.0"
        },
        "time": "2014-10-20 15:15:48",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "SoapBox\\Formatter": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Graham McCarthy",
                "email": "graham@soapboxhq.com",
                "homepage": "http://grahammccarthy.com"
            },
            {
                "name": "Jaspaul Bola",
                "email": "jaspaul.b@gamil.com",
                "homepage": "http://jaspaulbola.com"
            }
        ],
        "description": "A formatting library that converts data output between XML, CSV, JSON, TXT, YAML and a few others.",
        "homepage": "http://github.com/SoapBox/laravel-formatter",
        "keywords": [
            "convert",
            "csv",
            "data",
            "formatter",
            "laravel",
            "xml",
            "yaml"
        ]
    }
]