composer.lock 159 ko
Newer Older
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
                "reference": "74e4682a4073bc8bc2d4ff2b30a4873ac76cc1f1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/74e4682a4073bc8bc2d4ff2b30a4873ac76cc1f1",
                "reference": "74e4682a4073bc8bc2d4ff2b30a4873ac76cc1f1",
                "shasum": ""
            },
            "require": {
                "composer/semver": "^1.4",
                "doctrine/annotations": "^1.2",
                "ext-json": "*",
                "ext-tokenizer": "*",
                "gecko-packages/gecko-php-unit": "^2.0 || ^3.0",
                "php": "^5.6 || >=7.0 <7.3",
                "php-cs-fixer/diff": "^1.2",
                "symfony/console": "^3.2 || ^4.0",
                "symfony/event-dispatcher": "^3.0 || ^4.0",
                "symfony/filesystem": "^3.0 || ^4.0",
                "symfony/finder": "^3.0 || ^4.0",
                "symfony/options-resolver": "^3.0 || ^4.0",
                "symfony/polyfill-php70": "^1.0",
                "symfony/polyfill-php72": "^1.4",
                "symfony/process": "^3.0 || ^4.0",
                "symfony/stopwatch": "^3.0 || ^4.0"
            },
            "conflict": {
                "hhvm": "*"
            },
            "require-dev": {
                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0@dev",
                "justinrainbow/json-schema": "^5.0",
                "keradus/cli-executor": "^1.0",
                "mikey179/vfsstream": "^1.6",
                "php-coveralls/php-coveralls": "^2.0",
                "php-cs-fixer/accessible-object": "^1.0",
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
                "phpunitgoodpractices/traits": "^1.0",
                "symfony/phpunit-bridge": "^3.2.2 || ^4.0"
            },
            "suggest": {
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
            },
            "bin": [
                "php-cs-fixer"
            ],
            "type": "application",
            "autoload": {
                "psr-4": {
                    "PhpCsFixer\\": "src/"
                },
                "classmap": [
                    "tests/Test/AbstractFixerTestCase.php",
                    "tests/Test/AbstractIntegrationCaseFactory.php",
                    "tests/Test/AbstractIntegrationTestCase.php",
                    "tests/Test/Assert/AssertTokensTrait.php",
                    "tests/Test/IntegrationCase.php",
                    "tests/Test/IntegrationCaseFactory.php",
                    "tests/Test/IntegrationCaseFactoryInterface.php",
                    "tests/Test/InternalIntegrationCaseFactory.php",
                    "tests/TestCase.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dariusz Rumiński",
                    "email": "dariusz.ruminski@gmail.com"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "A tool to automatically fix PHP code style",
            "time": "2018-02-03T08:30:06+00:00"
        },
        {
            "name": "gecko-packages/gecko-php-unit",
            "source": {
                "type": "git",
                "url": "https://github.com/GeckoPackages/GeckoPHPUnit.git",
                "reference": "8b0320158e34c3d85e5133c341d55c4d6ec5e927"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/8b0320158e34c3d85e5133c341d55c4d6ec5e927",
                "reference": "8b0320158e34c3d85e5133c341d55c4d6ec5e927",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "conflict": {
                "phpunit/phpunit": "<6.0 || >6.5"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "suggest": {
                "ext-dom": "When testing with xml.",
                "ext-libxml": "When testing with xml.",
                "phpunit/phpunit": "This is an extension for PHPUnit so make sure you have that in some way."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GeckoPackages\\PHPUnit\\": "src/PHPUnit"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Additional PHPUnit asserts and constraints.",
            "homepage": "https://github.com/GeckoPackages",
            "keywords": [
                "extension",
                "filesystem",
                "phpunit"
            ],
            "time": "2018-02-05T09:18:39+00:00"
        },
        {
            "name": "league/html-to-markdown",
            "version": "4.6.2",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/html-to-markdown.git",
                "reference": "3af14d8f44838257a75822819784e83819b34e2e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/3af14d8f44838257a75822819784e83819b34e2e",
                "reference": "3af14d8f44838257a75822819784e83819b34e2e",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xml": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "mikehaertl/php-shellcommand": "~1.1.0",
                "phpunit/phpunit": "4.*",
                "scrutinizer/ocular": "~1.1"
            },
            "bin": [
                "bin/html-to-markdown"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\HTMLToMarkdown\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "http://www.colinodell.com",
                    "role": "Lead Developer"
                },
                {
                    "name": "Nick Cernis",
                    "email": "nick@cern.is",
                    "homepage": "http://modernnerd.net",
                    "role": "Original Author"
                }
            ],
            "description": "An HTML-to-markdown conversion helper for PHP",
            "homepage": "https://github.com/thephpleague/html-to-markdown",
            "keywords": [
                "html",
                "markdown"
            ],
            "time": "2018-01-07T19:45:06+00:00"
        },
        {
            "name": "php-cs-fixer/diff",
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
            },
            "dist": {
                "type": "zip",
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
Kévin Dunglas's avatar
Kévin Dunglas a validé
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
                "symfony/process": "^3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "authors": [
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "SpacePossum"
                }
            ],
            "description": "sebastian/diff v2 backport support for PHP5.6",
            "homepage": "https://github.com/PHP-CS-Fixer",
            "keywords": [
                "diff"
            ],
Kévin Dunglas's avatar
Kévin Dunglas a validé
            "time": "2018-02-15T16:58:55+00:00"
        },
        {
            "name": "symfony/options-resolver",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/options-resolver.git",
                "reference": "371532a2cfe932f7a3766dd4c45364566def1dd0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/371532a2cfe932f7a3766dd4c45364566def1dd0",
                "reference": "371532a2cfe932f7a3766dd4c45364566def1dd0",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\OptionsResolver\\": ""
                },
                "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 OptionsResolver Component",
            "homepage": "https://symfony.com",
            "keywords": [
                "config",
                "configuration",
                "options"
            ],
            "time": "2018-01-18T22:19:33+00:00"
        },
        {
            "name": "symfony/polyfill-php72",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/8eca20c8a369e069d4f4c2ac9895144112867422",
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php72\\": ""
                },
                "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 backporting some PHP 7.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2018-01-31T17:43:24+00:00"
        },
        {
            "name": "symfony/process",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/e1712002d81de6f39f854bc5bbd9e9f4bb6345b4",
                "reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "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 Process Component",
            "homepage": "https://symfony.com",
            "time": "2018-01-29T09:06:29+00:00"
        },
        {
            "name": "symfony/stopwatch",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/stopwatch.git",
                "reference": "d52321f0e2b596bd03b5d1dd6eebe71caa925704"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d52321f0e2b596bd03b5d1dd6eebe71caa925704",
                "reference": "d52321f0e2b596bd03b5d1dd6eebe71caa925704",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Stopwatch\\": ""
                },
                "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 Stopwatch Component",
            "homepage": "https://symfony.com",
            "time": "2018-01-03T07:38:00+00:00"
        }
    ],
Kévin Dunglas's avatar
Kévin Dunglas a validé
    "aliases": [],
    "minimum-stability": "stable",
Kévin Dunglas's avatar
Kévin Dunglas a validé
    "stability-flags": {
Kévin Dunglas's avatar
Kévin Dunglas a validé
        "symfony/lts": 20
Kévin Dunglas's avatar
Kévin Dunglas a validé
    },
Kévin Dunglas's avatar
Kévin Dunglas a validé
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
Kévin Dunglas's avatar
Kévin Dunglas a validé
        "php": "^7.1.3",
        "ext-iconv": "*"
Kévin Dunglas's avatar
Kévin Dunglas a validé
    },
    "platform-dev": []
}