Skip to content
Snippets Groups Projects
composer.lock 687 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.42",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/console.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "cce7a9f99e22937a71a16b23afa762558808d587"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/console/zipball/cce7a9f99e22937a71a16b23afa762558808d587",
                    "reference": "cce7a9f99e22937a71a16b23afa762558808d587",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/polyfill-mbstring": "~1.0",
                    "symfony/polyfill-php73": "^1.8",
                    "symfony/polyfill-php80": "^1.16",
                    "symfony/service-contracts": "^1.1|^2"
                },
                "conflict": {
                    "psr/log": ">=3",
                    "symfony/dependency-injection": "<3.4",
                    "symfony/event-dispatcher": "<4.3|>=5",
                    "symfony/lock": "<4.4",
                    "symfony/process": "<3.3"
                },
                "provide": {
                    "psr/log-implementation": "1.0|2.0"
                },
                "require-dev": {
                    "psr/log": "^1|^2",
                    "symfony/config": "^3.4|^4.0|^5.0",
                    "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                    "symfony/event-dispatcher": "^4.3",
                    "symfony/lock": "^4.4|^5.0",
                    "symfony/process": "^3.4|^4.0|^5.0",
                    "symfony/var-dumper": "^4.3|^5.0"
                },
                "suggest": {
                    "psr/log": "For using the console logger",
                    "symfony/event-dispatcher": "",
                    "symfony/lock": "",
                    "symfony/process": ""
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Console\\": ""
                    },
                    "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": "Eases the creation of beautiful and testable command line interfaces",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/console/tree/v4.4.42"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-05-14T12:35:33+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/debug",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.41",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/debug.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5",
                    "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "psr/log": "^1|^2|^3"
                },
                "conflict": {
                    "symfony/http-kernel": "<3.4"
                },
                "require-dev": {
                    "symfony/http-kernel": "^3.4|^4.0|^5.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Debug\\": ""
                    },
                    "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": "Provides tools to ease debugging PHP code",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/debug/tree/v4.4.41"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-04-12T15:19:55+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/dependency-injection",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.42",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/dependency-injection.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "f6fdbf252765a09c7ac243617f79f1babef792c9"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f6fdbf252765a09c7ac243617f79f1babef792c9",
                    "reference": "f6fdbf252765a09c7ac243617f79f1babef792c9",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "psr/container": "^1.0",
                    "symfony/polyfill-php80": "^1.16",
                    "symfony/service-contracts": "^1.1.6|^2"
                },
                "conflict": {
                    "symfony/config": "<4.3|>=5.0",
                    "symfony/finder": "<3.4",
                    "symfony/proxy-manager-bridge": "<3.4",
                    "symfony/yaml": "<4.4.26"
                },
                "provide": {
                    "psr/container-implementation": "1.0",
                    "symfony/service-implementation": "1.0|2.0"
                },
                "require-dev": {
                    "symfony/config": "^4.3",
                    "symfony/expression-language": "^3.4|^4.0|^5.0",
                    "symfony/yaml": "^4.4.26|^5.0"
                },
                "suggest": {
                    "symfony/config": "",
                    "symfony/expression-language": "For using expressions in service container configuration",
                    "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
                    "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
                    "symfony/yaml": ""
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\DependencyInjection\\": ""
                    },
                    "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": "Allows you to standardize and centralize the way objects are constructed in your application",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/dependency-injection/tree/v4.4.42"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-05-24T15:15:52+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/deprecation-contracts",
                "version": "v2.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/deprecation-contracts.git",
                    "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                    "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "2.5-dev"
                    },
                    "thanks": {
                        "name": "symfony/contracts",
                        "url": "https://github.com/symfony/contracts"
                    }
                },
                "autoload": {
                    "files": [
                        "function.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": "A generic function and convention to trigger deprecation notices",
                "homepage": "https://symfony.com",
                "support": {
                    "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1"
                },
                "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": "2022-01-02T09:53:40+00:00"
            },
            {
                "name": "symfony/dotenv",
                "version": "v5.4.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/dotenv.git",
                    "reference": "83a2310904a4f5d4f42526227b5a578ac82232a9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/dotenv/zipball/83a2310904a4f5d4f42526227b5a578ac82232a9",
                    "reference": "83a2310904a4f5d4f42526227b5a578ac82232a9",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "symfony/deprecation-contracts": "^2.1|^3"
                },
                "require-dev": {
                    "symfony/console": "^4.4|^5.0|^6.0",
                    "symfony/process": "^4.4|^5.0|^6.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Dotenv\\": ""
                    },
                    "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": "Registers environment variables from a .env file",
                "homepage": "https://symfony.com",
                "keywords": [
                    "dotenv",
                    "env",
                    "environment"
                ],
                "support": {
                    "source": "https://github.com/symfony/dotenv/tree/v5.4.5"
                },
                "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": "2022-02-15T17:04:12+00:00"
            },
            {
                "name": "symfony/error-handler",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.41",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/error-handler.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "529feb0e03133dbd5fd3707200147cc4903206da"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/error-handler/zipball/529feb0e03133dbd5fd3707200147cc4903206da",
                    "reference": "529feb0e03133dbd5fd3707200147cc4903206da",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "psr/log": "^1|^2|^3",
                    "symfony/debug": "^4.4.5",
                    "symfony/var-dumper": "^4.4|^5.0"
                },
                "require-dev": {
                    "symfony/http-kernel": "^4.4|^5.0",
                    "symfony/serializer": "^4.4|^5.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\ErrorHandler\\": ""
                    },
                    "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": "Provides tools to manage errors and ease debugging PHP code",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/error-handler/tree/v4.4.41"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-04-12T15:19:55+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/event-dispatcher",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.42",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/event-dispatcher.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "708e761740c16b02c86e3f0c932018a06b895d40"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/708e761740c16b02c86e3f0c932018a06b895d40",
                    "reference": "708e761740c16b02c86e3f0c932018a06b895d40",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/event-dispatcher-contracts": "^1.1",
                    "symfony/polyfill-php80": "^1.16"
                },
                "conflict": {
                    "symfony/dependency-injection": "<3.4"
                },
                "provide": {
                    "psr/event-dispatcher-implementation": "1.0",
                    "symfony/event-dispatcher-implementation": "1.1"
                },
                "require-dev": {
                    "psr/log": "^1|^2|^3",
                    "symfony/config": "^3.4|^4.0|^5.0",
                    "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                    "symfony/error-handler": "~3.4|~4.4",
                    "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"
                },
                "suggest": {
                    "symfony/dependency-injection": "",
                    "symfony/http-kernel": ""
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\EventDispatcher\\": ""
                    },
                    "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": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.42"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-05-05T15:33:49+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/event-dispatcher-contracts",
                "version": "v1.1.12",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                    "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
                    "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3"
                },
                "suggest": {
                    "psr/event-dispatcher": "",
                    "symfony/event-dispatcher-implementation": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.1-dev"
                    },
                    "thanks": {
                        "name": "symfony/contracts",
                        "url": "https://github.com/symfony/contracts"
                    }
                },
                "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"
                ],
                "support": {
                    "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.12"
                },
                "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": "2022-01-02T09:41:36+00:00"
            },
            {
                "name": "symfony/filesystem",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v5.4.9",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/filesystem.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "36a017fa4cce1eff1b8e8129ff53513abcef05ba"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/filesystem/zipball/36a017fa4cce1eff1b8e8129ff53513abcef05ba",
                    "reference": "36a017fa4cce1eff1b8e8129ff53513abcef05ba",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "symfony/polyfill-ctype": "~1.8",
                    "symfony/polyfill-mbstring": "~1.8",
                    "symfony/polyfill-php80": "^1.16"
                },
                "type": "library",
                "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": "Provides basic utilities for the filesystem",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/filesystem/tree/v5.4.9"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-05-20T13:55:35+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/finder",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v5.4.8",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/finder.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/finder/zipball/9b630f3427f3ebe7cd346c277a1408b00249dad9",
                    "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "symfony/deprecation-contracts": "^2.1|^3",
                    "symfony/polyfill-php80": "^1.16"
                },
                "type": "library",
                "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": "Finds files and directories via an intuitive fluent interface",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/finder/tree/v5.4.8"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-04-15T08:07:45+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/http-client-contracts",
                "version": "v2.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/http-client-contracts.git",
                    "reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1a4f708e4e87f335d1b1be6148060739152f0bd5",
                    "reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5"
                },
                "suggest": {
                    "symfony/http-client-implementation": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "2.5-dev"
                    },
                    "thanks": {
                        "name": "symfony/contracts",
                        "url": "https://github.com/symfony/contracts"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Contracts\\HttpClient\\": ""
                    }
                },
                "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 HTTP clients",
                "homepage": "https://symfony.com",
                "keywords": [
                    "abstractions",
                    "contracts",
                    "decoupling",
                    "interfaces",
                    "interoperability",
                    "standards"
                ],
                "support": {
                    "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.1"
                },
                "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": "2022-03-13T20:07:29+00:00"
            },
            {
                "name": "symfony/http-foundation",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.42",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/http-foundation.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "8e87b3ec23ebbcf7440d91dec8f7ca70dd591eb3"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8e87b3ec23ebbcf7440d91dec8f7ca70dd591eb3",
                    "reference": "8e87b3ec23ebbcf7440d91dec8f7ca70dd591eb3",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/mime": "^4.3|^5.0",
                    "symfony/polyfill-mbstring": "~1.1",
                    "symfony/polyfill-php80": "^1.16"
                },
                "require-dev": {
                    "predis/predis": "~1.0",
                    "symfony/expression-language": "^3.4|^4.0|^5.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\HttpFoundation\\": ""
                    },
                    "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": "Defines an object-oriented layer for the HTTP specification",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/http-foundation/tree/v4.4.42"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-05-17T11:15:18+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/http-kernel",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.42",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/http-kernel.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "04181de9459df639512dadf83d544ce12edd6776"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/http-kernel/zipball/04181de9459df639512dadf83d544ce12edd6776",
                    "reference": "04181de9459df639512dadf83d544ce12edd6776",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "psr/log": "^1|^2",
                    "symfony/error-handler": "^4.4",
                    "symfony/event-dispatcher": "^4.4",
                    "symfony/http-client-contracts": "^1.1|^2",
                    "symfony/http-foundation": "^4.4.30|^5.3.7",
                    "symfony/polyfill-ctype": "^1.8",
                    "symfony/polyfill-php73": "^1.9",
                    "symfony/polyfill-php80": "^1.16"
                },
                "conflict": {
                    "symfony/browser-kit": "<4.3",
                    "symfony/config": "<3.4",
                    "symfony/console": ">=5",
                    "symfony/dependency-injection": "<4.3",
                    "symfony/translation": "<4.2",
                    "twig/twig": "<1.43|<2.13,>=2"
                },
                "provide": {
                    "psr/log-implementation": "1.0|2.0"
                },
                "require-dev": {
                    "psr/cache": "^1.0|^2.0|^3.0",
                    "symfony/browser-kit": "^4.3|^5.0",
                    "symfony/config": "^3.4|^4.0|^5.0",
                    "symfony/console": "^3.4|^4.0",
                    "symfony/css-selector": "^3.4|^4.0|^5.0",
                    "symfony/dependency-injection": "^4.3|^5.0",
                    "symfony/dom-crawler": "^3.4|^4.0|^5.0",
                    "symfony/expression-language": "^3.4|^4.0|^5.0",
                    "symfony/finder": "^3.4|^4.0|^5.0",
                    "symfony/process": "^3.4|^4.0|^5.0",
                    "symfony/routing": "^3.4|^4.0|^5.0",
                    "symfony/stopwatch": "^3.4|^4.0|^5.0",
                    "symfony/templating": "^3.4|^4.0|^5.0",
                    "symfony/translation": "^4.2|^5.0",
                    "symfony/translation-contracts": "^1.1|^2",
                    "twig/twig": "^1.43|^2.13|^3.0.4"
                },
                "suggest": {
                    "symfony/browser-kit": "",
                    "symfony/config": "",
                    "symfony/console": "",
                    "symfony/dependency-injection": ""
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\HttpKernel\\": ""
                    },
                    "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": "Provides a structured process for converting a Request into a Response",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/http-kernel/tree/v4.4.42"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-05-27T07:04:21+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/mime",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v5.4.9",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/mime.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "2b3802a24e48d0cfccf885173d2aac91e73df92e"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/mime/zipball/2b3802a24e48d0cfccf885173d2aac91e73df92e",
                    "reference": "2b3802a24e48d0cfccf885173d2aac91e73df92e",