Skip to content
Snippets Groups Projects
composer.lock 106 KiB
Newer Older
  • Learn to ignore specific revisions
  •             },
                "suggest": {
    
                    "ext-xdebug": "*",
    
                    "phpunit/php-invoker": "^2.0"
    
                },
                "bin": [
                    "phpunit"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
    
                        "role": "lead",
                        "email": "sebastian@phpunit.de"
    
                    }
                ],
                "description": "The PHP Unit Testing framework.",
                "homepage": "https://phpunit.de/",
                "keywords": [
                    "phpunit",
                    "testing",
                    "xunit"
                ],
    
                "time": "2019-08-21T07:05:16+00:00"
    
            {
                "name": "psr/log",
                "version": "1.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/log.git",
                    "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
                    "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Log\\": "Psr/Log/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "http://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for logging libraries",
                "homepage": "https://github.com/php-fig/log",
                "keywords": [
                    "log",
                    "psr",
                    "psr-3"
                ],
                "time": "2018-11-20T15:27:04+00:00"
            },
            {
                "name": "sabre/event",
                "version": "5.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sabre-io/event.git",
                    "reference": "f5cf802d240df1257866d8813282b98aee3bc548"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sabre-io/event/zipball/f5cf802d240df1257866d8813282b98aee3bc548",
                    "reference": "f5cf802d240df1257866d8813282b98aee3bc548",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": ">=6",
                    "sabre/cs": "~1.0.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Sabre\\Event\\": "lib/"
                    },
                    "files": [
                        "lib/coroutine.php",
                        "lib/Loop/functions.php",
                        "lib/Promise/functions.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Evert Pot",
    
                        "role": "Developer",
    
                        "homepage": "http://evertpot.com/"
    
                    }
                ],
                "description": "sabre/event is a library for lightweight event-based programming",
                "homepage": "http://sabre.io/event/",
                "keywords": [
                    "EventEmitter",
                    "async",
                    "coroutine",
                    "eventloop",
                    "events",
                    "hooks",
                    "plugin",
                    "promise",
                    "reactor",
                    "signal"
                ],
                "time": "2018-03-05T13:55:47+00:00"
            },
    
            {
                "name": "sebastian/code-unit-reverse-lookup",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                    "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
                    "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.6 || ^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^5.7 || ^6.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Looks up which function or method a line of code belongs to",
                "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
                "time": "2017-03-04T06:30:41+00:00"
            },
            {
                "name": "sebastian/comparator",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/comparator.git",
    
                    "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
                    "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
    
                    "shasum": ""
                },
                "require": {
    
                    "php": "^7.1",
                    "sebastian/diff": "^3.0",
    
                    "sebastian/exporter": "^3.1"
    
                },
                "require-dev": {
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",
                        "email": "github@wallbash.com"
                    },
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@2bepublished.at"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Provides the functionality to compare PHP values for equality",
    
                "homepage": "https://github.com/sebastianbergmann/comparator",
    
                "keywords": [
                    "comparator",
                    "compare",
                    "equality"
                ],
    
                "time": "2018-07-12T15:12:46+00:00"
    
            },
            {
                "name": "sebastian/diff",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/diff.git",
    
                    "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
                    "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
    
                    "shasum": ""
                },
                "require": {
    
                },
                "require-dev": {
    
                    "phpunit/phpunit": "^7.5 || ^8.0",
                    "symfony/process": "^2 || ^3.3 || ^4"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Kore Nordmann",
                        "email": "mail@kore-nordmann.de"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Diff implementation",
                "homepage": "https://github.com/sebastianbergmann/diff",
                "keywords": [
    
                "time": "2019-02-04T06:01:07+00:00"
    
            },
            {
                "name": "sebastian/environment",
    
                "version": "4.2.2",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/environment.git",
    
                    "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
                    "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
    
                    "shasum": ""
                },
                "require": {
    
                },
                "require-dev": {
    
                    "phpunit/phpunit": "^7.5"
                },
                "suggest": {
                    "ext-posix": "*"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "4.2-dev"
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Provides functionality to handle HHVM/PHP environments",
                "homepage": "http://www.github.com/sebastianbergmann/environment",
                "keywords": [
                    "Xdebug",
                    "environment",
                    "hhvm"
                ],
    
                "time": "2019-05-05T09:05:15+00:00"
    
            },
            {
                "name": "sebastian/exporter",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/exporter.git",
    
                    "reference": "06a9a5947f47b3029d76118eb5c22802e5869687"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/06a9a5947f47b3029d76118eb5c22802e5869687",
                    "reference": "06a9a5947f47b3029d76118eb5c22802e5869687",
    
                    "shasum": ""
                },
                "require": {
    
                    "php": "^7.0",
                    "sebastian/recursion-context": "^3.0"
    
                },
                "require-dev": {
                    "ext-mbstring": "*",
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
    
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
    
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",
                        "email": "github@wallbash.com"
                    },
                    {
                        "name": "Adam Harvey",
                        "email": "aharvey@php.net"
    
                    },
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@gmail.com"
    
                    }
                ],
                "description": "Provides the functionality to export PHP variables for visualization",
                "homepage": "http://www.github.com/sebastianbergmann/exporter",
                "keywords": [
                    "export",
                    "exporter"
                ],
    
                "time": "2019-08-11T12:43:14+00:00"
    
            },
            {
                "name": "sebastian/global-state",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/global-state.git",
    
                    "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
                    "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
    
                    "shasum": ""
                },
                "require": {
    
                },
                "require-dev": {
    
                },
                "suggest": {
                    "ext-uopz": "*"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Snapshotting of global state",
                "homepage": "http://www.github.com/sebastianbergmann/global-state",
                "keywords": [
                    "global state"
                ],
    
                "time": "2017-04-27T15:39:26+00:00"
    
            },
            {
                "name": "sebastian/object-enumerator",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/object-enumerator.git",
    
                    "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
                    "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
    
                    "shasum": ""
                },
                "require": {
    
                    "php": "^7.0",
                    "sebastian/object-reflector": "^1.1.1",
                    "sebastian/recursion-context": "^3.0"
    
                },
                "require-dev": {
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Traverses array structures and object graphs to enumerate all referenced objects",
                "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
    
                "time": "2017-08-03T12:35:26+00:00"
            },
            {
                "name": "sebastian/object-reflector",
                "version": "1.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/object-reflector.git",
                    "reference": "773f97c67f28de00d397be301821b06708fca0be"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
                    "reference": "773f97c67f28de00d397be301821b06708fca0be",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.1-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Allows reflection of object attributes, including inherited and non-public ones",
                "homepage": "https://github.com/sebastianbergmann/object-reflector/",
                "time": "2017-03-29T09:07:27+00:00"
    
            },
            {
                "name": "sebastian/recursion-context",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/recursion-context.git",
    
                    "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
                    "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
    
                    "shasum": ""
                },
                "require": {
    
                },
                "require-dev": {
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Adam Harvey",
                        "email": "aharvey@php.net"
                    }
                ],
                "description": "Provides functionality to recursively process PHP variables",
                "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
    
                "time": "2017-03-03T06:23:57+00:00"
    
            },
            {
                "name": "sebastian/resource-operations",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/resource-operations.git",
    
                    "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
                    "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
    
                    "shasum": ""
                },
                "require": {
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Provides a list of PHP built-in functions that operate on resources",
                "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
    
                "time": "2018-10-04T04:07:39+00:00"
    
            },
            {
                "name": "sebastian/version",
                "version": "2.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/version.git",
                    "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
                    "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
    
                        "role": "lead",
                        "email": "sebastian@phpunit.de"
    
                    }
                ],
                "description": "Library that helps with managing the version number of Git-hosted PHP projects",
                "homepage": "https://github.com/sebastianbergmann/version",
                "time": "2016-10-03T07:35:21+00:00"
            },
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/console.git",
    
                    "reference": "4510f04e70344d70952566e4262a0b11df39cb10"
    
                    "url": "https://api.github.com/repos/symfony/console/zipball/4510f04e70344d70952566e4262a0b11df39cb10",
                    "reference": "4510f04e70344d70952566e4262a0b11df39cb10",
    
                    "shasum": ""
                },
                "require": {
                    "php": "^5.5.9|>=7.0.8",
                    "symfony/debug": "~2.8|~3.0|~4.0",
                    "symfony/polyfill-mbstring": "~1.0"
                },
                "conflict": {
                    "symfony/dependency-injection": "<3.4",
                    "symfony/process": "<3.3"
                },
    
                "provide": {
                    "psr/log-implementation": "1.0"
                },
    
                "require-dev": {
                    "psr/log": "~1.0",
                    "symfony/config": "~3.3|~4.0",
                    "symfony/dependency-injection": "~3.4|~4.0",
                    "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
                    "symfony/lock": "~3.4|~4.0",
                    "symfony/process": "~3.3|~4.0"
                },
                "suggest": {
    
                    "psr/log": "For using the console logger",
    
                    "symfony/event-dispatcher": "",
                    "symfony/lock": "",
                    "symfony/process": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.4-dev"
                    }
                },
                "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": "Symfony Console Component",
                "homepage": "https://symfony.com",
    
                "time": "2019-08-26T07:52:58+00:00"
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/debug.git",
    
                    "reference": "0b600300918780001e2821db77bc28b677794486"
    
                    "url": "https://api.github.com/repos/symfony/debug/zipball/0b600300918780001e2821db77bc28b677794486",
                    "reference": "0b600300918780001e2821db77bc28b677794486",
    
                    "shasum": ""
                },
                "require": {
                    "php": "^5.5.9|>=7.0.8",
                    "psr/log": "~1.0"
                },
                "conflict": {
                    "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
                },
                "require-dev": {
                    "symfony/http-kernel": "~2.8|~3.0|~4.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.4-dev"
                    }
                },
                "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": "Symfony Debug Component",
                "homepage": "https://symfony.com",
    
                "time": "2019-08-20T13:31:17+00:00"
    
            {
                "name": "symfony/polyfill-ctype",
    
                "version": "v1.12.0",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-ctype.git",
    
                    "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
                    "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "suggest": {
                    "ext-ctype": "For best performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.12-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"
                ],
    
                "time": "2019-08-06T08:03:45+00:00"
    
            {
                "name": "symfony/polyfill-mbstring",
    
                "version": "v1.12.0",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-mbstring.git",
    
                    "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
    
                    "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
                    "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "suggest": {
                    "ext-mbstring": "For best performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.12-dev"
    
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Polyfill\\Mbstring\\": ""
                    },
                    "files": [
                        "bootstrap.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony polyfill for the Mbstring extension",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "mbstring",
                    "polyfill",
                    "portable",
                    "shim"
                ],
    
                "time": "2019-08-06T08:03:45+00:00"
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/process.git",
    
                    "reference": "d822cb654000a95b7855362c0d5b127f6a6d8baa"
    
                    "url": "https://api.github.com/repos/symfony/process/zipball/d822cb654000a95b7855362c0d5b127f6a6d8baa",
                    "reference": "d822cb654000a95b7855362c0d5b127f6a6d8baa",
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                    }
                },
                "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",