Skip to content
Snippets Groups Projects
composer.lock 184 KiB
Newer Older
  • Learn to ignore specific revisions
  • Christoph Wurst's avatar
    Christoph Wurst committed
                    "php": "^7.1.3",
                    "symfony/event-dispatcher-contracts": "^1.1"
                },
                "conflict": {
                    "symfony/dependency-injection": "<3.4"
                },
                "provide": {
                    "psr/event-dispatcher-implementation": "1.0",
                    "symfony/event-dispatcher-implementation": "1.1"
                },
                "require-dev": {
                    "psr/log": "~1.0",
                    "symfony/config": "^3.4|^4.0|^5.0",
                    "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                    "symfony/expression-language": "^3.4|^4.0|^5.0",
                    "symfony/http-foundation": "^3.4|^4.0|^5.0",
                    "symfony/service-contracts": "^1.1|^2",
                    "symfony/stopwatch": "^3.4|^4.0|^5.0"
    
    Christoph Wurst's avatar
    Christoph Wurst committed
                    "symfony/dependency-injection": "",
                    "symfony/http-kernel": ""
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
    Christoph Wurst's avatar
    Christoph Wurst committed
                        "dev-master": "4.4-dev"
    
    Christoph Wurst's avatar
    Christoph Wurst committed
                        "Symfony\\Component\\EventDispatcher\\": ""
    
    Christoph Wurst's avatar
    Christoph Wurst committed
                    "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 EventDispatcher Component",
                "homepage": "https://symfony.com",
    
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
    
    Christoph Wurst's avatar
    Christoph Wurst committed
                "time": "2020-03-27T16:54:36+00:00"
            },
            {
                "name": "symfony/event-dispatcher-contracts",
                "version": "v1.1.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                    "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
                    "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1.3"
                },
                "suggest": {
                    "psr/event-dispatcher": "",
                    "symfony/event-dispatcher-implementation": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.1-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Contracts\\EventDispatcher\\": ""
                    }
                },
                "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": "Generic abstractions related to dispatching event",
                "homepage": "https://symfony.com",
                "keywords": [
                    "abstractions",
                    "contracts",
                    "decoupling",
                    "interfaces",
                    "interoperability",
                    "standards"
                ],
                "time": "2019-09-17T09:54:03+00:00"
            },
            {
                "name": "symfony/filesystem",
                "version": "v4.4.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/filesystem.git",
                    "reference": "fe297193bf2e6866ed900ed2d5869362768df6a7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/filesystem/zipball/fe297193bf2e6866ed900ed2d5869362768df6a7",
                    "reference": "fe297193bf2e6866ed900ed2d5869362768df6a7",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1.3",
                    "symfony/polyfill-ctype": "~1.8"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.4-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Filesystem\\": ""
                    },
                    "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 Filesystem Component",
                "homepage": "https://symfony.com",
    
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
    
    Christoph Wurst's avatar
    Christoph Wurst committed
                "time": "2020-03-27T16:54:36+00:00"
            },
            {
                "name": "symfony/finder",
                "version": "v4.4.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/finder.git",
                    "reference": "5729f943f9854c5781984ed4907bbb817735776b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b",
                    "reference": "5729f943f9854c5781984ed4907bbb817735776b",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.4-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Finder\\": ""
                    },
                    "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 Finder Component",
                "homepage": "https://symfony.com",
    
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
    
    Christoph Wurst's avatar
    Christoph Wurst committed
                "time": "2020-03-27T16:54:36+00:00"
            },
            {
                "name": "symfony/options-resolver",
                "version": "v4.4.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/options-resolver.git",
                    "reference": "9072131b5e6e21203db3249c7db26b52897bc73e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/options-resolver/zipball/9072131b5e6e21203db3249c7db26b52897bc73e",
                    "reference": "9072131b5e6e21203db3249c7db26b52897bc73e",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.4-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"
                ],
    
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
    
    Christoph Wurst's avatar
    Christoph Wurst committed
                "time": "2020-03-27T16:54:36+00:00"
            },
            {
                "name": "symfony/polyfill-ctype",
                "version": "v1.15.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-ctype.git",
                    "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
                    "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "suggest": {
                    "ext-ctype": "For best performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.15-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Polyfill\\Ctype\\": ""
                    },
                    "files": [
                        "bootstrap.php"
    
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Gert de Pagter",
                        "email": "BackEndTea@gmail.com"
    
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
    
                "description": "Symfony polyfill for ctype functions",
    
                "homepage": "https://symfony.com",
    
                "keywords": [
                    "compatibility",
                    "ctype",
                    "polyfill",
                    "portable"
                ],
    
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
    
                "time": "2020-02-27T09:26:54+00:00"
    
                "name": "symfony/polyfill-mbstring",
    
                "version": "v1.15.0",
    
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/polyfill-mbstring.git",
    
                    "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
                    "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "suggest": {
    
                    "ext-mbstring": "For best performance"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.15-dev"
    
                        "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",
    
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
    
                "time": "2020-03-09T19:04:49+00:00"
    
    Christoph Wurst's avatar
    Christoph Wurst committed
            {
                "name": "symfony/polyfill-php70",
                "version": "v1.15.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-php70.git",
                    "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
                    "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
                    "shasum": ""
                },
                "require": {
                    "paragonie/random_compat": "~1.0|~2.0|~9.99",
                    "php": ">=5.3.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.15-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Polyfill\\Php70\\": ""
                    },
                    "files": [
                        "bootstrap.php"
                    ],
                    "classmap": [
                        "Resources/stubs"
                    ]
                },
                "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.0+ features to lower PHP versions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "polyfill",
                    "portable",
                    "shim"
                ],
                "time": "2020-02-27T09:26:54+00:00"
            },
            {
                "name": "symfony/polyfill-php72",
                "version": "v1.15.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-php72.git",
                    "reference": "37b0976c78b94856543260ce09b460a7bc852747"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
                    "reference": "37b0976c78b94856543260ce09b460a7bc852747",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.15-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"
                ],
    
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
    
    Christoph Wurst's avatar
    Christoph Wurst committed
                "time": "2020-02-27T09:26:54+00:00"
            },
    
                "name": "symfony/polyfill-php73",
    
                "version": "v1.15.0",
    
                    "url": "https://github.com/symfony/polyfill-php73.git",
    
                    "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
    
                    "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
                    "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.15-dev"
    
                        "Symfony\\Polyfill\\Php73\\": ""
    
                    ],
                    "classmap": [
                        "Resources/stubs"
    
                    ]
                },
                "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.3+ features to lower PHP versions",
    
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "polyfill",
                    "portable",
                    "shim"
                ],
    
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
    
                "time": "2020-02-27T09:26:54+00:00"
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/process.git",
    
                    "reference": "3e40e87a20eaf83a1db825e1fa5097ae89042db3"
    
                    "url": "https://api.github.com/repos/symfony/process/zipball/3e40e87a20eaf83a1db825e1fa5097ae89042db3",
                    "reference": "3e40e87a20eaf83a1db825e1fa5097ae89042db3",
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "4.4-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": "2020-03-27T16:54:36+00:00"
    
            },
            {
                "name": "symfony/service-contracts",
                "version": "v1.1.8",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/service-contracts.git",
                    "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
                    "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1.3",
                    "psr/container": "^1.0"
                },
                "suggest": {
                    "symfony/service-implementation": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.1-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Contracts\\Service\\": ""
                    }
                },
                "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": "Generic abstractions related to writing services",
                "homepage": "https://symfony.com",
                "keywords": [
                    "abstractions",
                    "contracts",
                    "decoupling",
                    "interfaces",
                    "interoperability",
                    "standards"
                ],
                "time": "2019-10-14T12:27:06+00:00"
    
    Christoph Wurst's avatar
    Christoph Wurst committed
            {
                "name": "symfony/stopwatch",
                "version": "v4.4.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/stopwatch.git",
                    "reference": "e0324d3560e4128270e3f08617480d9233d81cfc"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/stopwatch/zipball/e0324d3560e4128270e3f08617480d9233d81cfc",
                    "reference": "e0324d3560e4128270e3f08617480d9233d81cfc",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1.3",
                    "symfony/service-contracts": "^1.0|^2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.4-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",
    
                "funding": [
                    {
                        "url": "https://symfony.com/sponsor",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                        "type": "tidelift"
                    }
                ],
    
    Christoph Wurst's avatar
    Christoph Wurst committed
                "time": "2020-03-27T16:54:36+00:00"
            },
    
                "name": "theseer/tokenizer",
    
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/theseer/tokenizer.git",
    
                    "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
                    "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
    
                    "shasum": ""
                },
                "require": {
    
                    "ext-dom": "*",
                    "ext-tokenizer": "*",
                    "ext-xmlwriter": "*",
                    "php": "^7.0"
    
                },
                "type": "library",
                "autoload": {
    
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
    
    Jakob Sack's avatar
    Jakob Sack committed
                        "email": "arne@blankerts.de",
                        "role": "Developer"
    
                "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
    
                "time": "2019-06-13T22:48:21+00:00"
    
            {
                "name": "vimeo/psalm",
    
                "version": "3.10.1",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/vimeo/psalm.git",
    
                    "reference": "eeed5ecccc10131397f0eb7ee6da810c0be3a7fc"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/vimeo/psalm/zipball/eeed5ecccc10131397f0eb7ee6da810c0be3a7fc",
                    "reference": "eeed5ecccc10131397f0eb7ee6da810c0be3a7fc",
    
                    "shasum": ""
                },
                "require": {
                    "amphp/amp": "^2.1",
                    "amphp/byte-stream": "^1.5",
                    "composer/semver": "^1.4",
                    "composer/xdebug-handler": "^1.1",
                    "ext-dom": "*",
                    "ext-json": "*",
                    "ext-libxml": "*",
                    "ext-simplexml": "*",
                    "ext-tokenizer": "*",
                    "felixfbecker/advanced-json-rpc": "^3.0.3",
                    "felixfbecker/language-server-protocol": "^1.4",
                    "netresearch/jsonmapper": "^1.0",
                    "nikic/php-parser": "^4.3",
                    "ocramius/package-versions": "^1.2",
                    "openlss/lib-array2xml": "^1.0",
                    "php": "^7.1.3|^8",
                    "sebastian/diff": "^3.0 || ^4.0",
                    "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
                    "webmozart/glob": "^4.1",
                    "webmozart/path-util": "^2.3"
                },
                "provide": {
                    "psalm/psalm": "self.version"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.2",
    
                    "brianium/paratest": "^4.0.0",
    
                    "ext-curl": "*",
                    "phpmyadmin/sql-parser": "5.1.0",
                    "phpspec/prophecy": ">=1.9.0",
    
                    "phpunit/phpunit": "^7.5.16 || ^8.5",
    
                    "psalm/plugin-phpunit": "^0.9",
                    "slevomat/coding-standard": "^5.0",
                    "squizlabs/php_codesniffer": "^3.5",
                    "symfony/process": "^4.3"
                },
                "suggest": {
                    "ext-igbinary": "^2.0.5"
                },
                "bin": [
                    "psalm",
                    "psalm-language-server",
                    "psalm-plugin",
                    "psalm-refactor",
                    "psalter"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.x-dev",
                        "dev-2.x": "2.x-dev",
                        "dev-1.x": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psalm\\Plugin\\": "src/Psalm/Plugin",
                        "Psalm\\": "src/Psalm"
                    },
                    "files": [
                        "src/functions.php",
                        "src/spl_object_id.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Matthew Brown"
                    }
                ],
                "description": "A static analysis tool for finding errors in PHP applications",
                "keywords": [
                    "code",
                    "inspection",
                    "php"
                ],
    
                "time": "2020-03-23T11:40:30+00:00"
    
            {
                "name": "webmozart/assert",
    
                "version": "1.7.0",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/webmozart/assert.git",
    
                    "reference": "aed98a490f9a8f78468232db345ab9cf606cf598"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/webmozart/assert/zipball/aed98a490f9a8f78468232db345ab9cf606cf598",
                    "reference": "aed98a490f9a8f78468232db345ab9cf606cf598",
    
                    "shasum": ""
                },
                "require": {
    
                    "php": "^5.3.3 || ^7.0",
                    "symfony/polyfill-ctype": "^1.8"
    
                "conflict": {
                    "vimeo/psalm": "<3.6.0"
                },
    
                "require-dev": {
    
                    "phpunit/phpunit": "^4.8.36 || ^7.5.13"
    
                },
                "type": "library",
                "autoload": {