installed.json 8.93 KB
[
    {
        "name": "fzaninotto/faker",
        "version": "v1.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fzaninotto/Faker.git",
            "reference": "27a216cbe72327b2d6369fab721a5843be71e57d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/27a216cbe72327b2d6369fab721a5843be71e57d",
            "reference": "27a216cbe72327b2d6369fab721a5843be71e57d",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0"
        },
        "require-dev": {
            "ext-intl": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7",
            "squizlabs/php_codesniffer": "^2.9.2"
        },
        "time": "2019-11-14T13:13:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": []
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Faker\\": "src/Faker/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "François Zaninotto"
            }
        ],
        "description": "Faker is a PHP library that generates fake data for you.",
        "keywords": [
            "data",
            "faker",
            "fixtures"
        ]
    },
    {
        "name": "kylekatarnls/update-helper",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kylekatarnls/update-helper.git",
            "reference": "5786fa188e0361b9adf9e8199d7280d1b2db165e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/5786fa188e0361b9adf9e8199d7280d1b2db165e",
            "reference": "5786fa188e0361b9adf9e8199d7280d1b2db165e",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.1.0 || ^2.0.0",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "codeclimate/php-test-reporter": "dev-master",
            "composer/composer": "2.0.x-dev || ^2.0.0-dev",
            "phpunit/phpunit": ">=4.8.35 <6.0"
        },
        "time": "2019-07-29T11:03:54+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "UpdateHelper\\ComposerPlugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "UpdateHelper\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kyle",
                "email": "kylekatarnls@gmail.com"
            }
        ],
        "description": "Update helper"
    },
    {
        "name": "nesbot/carbon",
        "version": "1.39.1",
        "version_normalized": "1.39.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/briannesbitt/Carbon.git",
            "reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4be0c005164249208ce1b5ca633cd57bdd42ff33",
            "reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33",
            "shasum": ""
        },
        "require": {
            "kylekatarnls/update-helper": "^1.1",
            "php": ">=5.3.9",
            "symfony/translation": "~2.6 || ~3.0 || ~4.0"
        },
        "require-dev": {
            "composer/composer": "^1.2",
            "friendsofphp/php-cs-fixer": "~2",
            "phpunit/phpunit": "^4.8.35 || ^5.7"
        },
        "time": "2019-10-14T05:51:36+00:00",
        "bin": [
            "bin/upgrade-carbon"
        ],
        "type": "library",
        "extra": {
            "update-helper": "Carbon\\Upgrade",
            "laravel": {
                "providers": [
                    "Carbon\\Laravel\\ServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "brian@nesbot.com",
                "homepage": "http://nesbot.com"
            }
        ],
        "description": "A simple API extension for DateTime.",
        "homepage": "http://carbon.nesbot.com",
        "keywords": [
            "date",
            "datetime",
            "time"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/translation",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/2031c895bc97ac1787d418d90bd1ed7d299f2772",
            "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/config": "<2.8",
            "symfony/dependency-injection": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/http-kernel": "~3.4|~4.0",
            "symfony/intl": "^2.8.18|^3.2.5|~4.0",
            "symfony/var-dumper": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2019-10-30T12:43:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "https://symfony.com"
    }
]