Skip to content
Snippets Groups Projects
composer.lock 207 KiB
Newer Older
  • Learn to ignore specific revisions
  •                 "ext-ctype": "Provides support for PHP Ctype functions",
                    "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
                    "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
                    "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
                    "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
                    "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
                    "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
    
                    "branch-alias": {
                        "dev-master": "3.x-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Ramsey\\Uuid\\": "src/"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Marijn Huizendveld",
                        "email": "marijn.huizendveld@gmail.com"
                    },
                    {
                        "name": "Thibaud Fabre",
                        "email": "thibaud@aztech.io"
                    },
                    {
                        "name": "Ben Ramsey",
                        "email": "ben@benramsey.com",
                        "homepage": "https://benramsey.com"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
                "homepage": "https://github.com/ramsey/uuid",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "keywords": [
    
                    "guid",
                    "identifier",
                    "uuid"
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
    
                "time": "2018-07-19T23:38:55+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "simplesoftwareio/simple-qrcode",
                "version": "2.0.0",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/SimpleSoftwareIO/simple-qrcode.git",
                    "reference": "90b2282dd29be1e52565e9832dc23af41610ea07"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/SimpleSoftwareIO/simple-qrcode/zipball/90b2282dd29be1e52565e9832dc23af41610ea07",
                    "reference": "90b2282dd29be1e52565e9832dc23af41610ea07",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "bacon/bacon-qr-code": "1.0.*",
                    "ext-gd": "*",
                    "illuminate/support": ">=5.0.0",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "php": ">=7.0"
                },
                "require-dev": {
    
                    "mockery/mockery": "0.9.*",
                    "phpunit/phpunit": "~6"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
    
                    "laravel": {
                        "providers": [
                            "SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider"
                        ],
                        "aliases": {
                            "QrCode": "SimpleSoftwareIO\\QrCode\\Facades\\QrCode"
                        }
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
    
                    "psr-0": {
                        "SimpleSoftwareIO\\QrCode\\": "src"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
                "authors": [
                    {
    
                        "name": "Simple Software LLC",
                        "email": "support@simplesoftware.io"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Simple QrCode is a QR code generator made for Laravel.",
                "homepage": "http://www.simplesoftware.io",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "keywords": [
    
                    "Simple",
                    "generator",
                    "laravel",
                    "qrcode",
                    "wrapper"
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
    
                "time": "2017-11-26T15:27:12+00:00"
    
                "name": "swiftmailer/swiftmailer",
                "version": "v6.1.3",
    
                    "url": "https://github.com/swiftmailer/swiftmailer.git",
                    "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4"
    
                    "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4",
                    "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4",
    
                    "egulias/email-validator": "~2.0",
                    "php": ">=7.0.0"
    
                    "mockery/mockery": "~0.9.1",
                    "symfony/phpunit-bridge": "~3.3@dev"
                },
                "suggest": {
                    "ext-intl": "Needed to support internationalized email addresses",
                    "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "6.1-dev"
    
                        "lib/swift_required.php"
    
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Chris Corbyn"
    
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
    
                "description": "Swiftmailer, free feature-rich PHP mailer",
                "homepage": "https://swiftmailer.symfony.com",
    
                "time": "2018-09-11T07:12:52+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "symfony/console",
                "version": "v4.2.1",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/console.git",
                    "reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/console/zipball/4dff24e5d01e713818805c1862d2e3f901ee7dd0",
                    "reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "php": "^7.1.3",
                    "symfony/contracts": "^1.0",
                    "symfony/polyfill-mbstring": "~1.0"
                },
                "conflict": {
                    "symfony/dependency-injection": "<3.4",
                    "symfony/process": "<3.3"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "require-dev": {
    
                    "psr/log": "~1.0",
                    "symfony/config": "~3.4|~4.0",
                    "symfony/dependency-injection": "~3.4|~4.0",
                    "symfony/event-dispatcher": "~3.4|~4.0",
                    "symfony/lock": "~3.4|~4.0",
                    "symfony/process": "~3.4|~4.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "suggest": {
    
                    "psr/log-implementation": "For using the console logger",
                    "symfony/event-dispatcher": "",
                    "symfony/lock": "",
                    "symfony/process": ""
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
    
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.2-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Console\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
    
    beardedwarrior's avatar
    beardedwarrior committed
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Symfony Console Component",
                "homepage": "https://symfony.com",
                "time": "2018-11-27T07:40:44+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "symfony/contracts",
                "version": "v1.0.2",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/contracts.git",
                    "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
                    "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "php": "^7.1.3"
                },
                "require-dev": {
                    "psr/cache": "^1.0",
                    "psr/container": "^1.0"
                },
                "suggest": {
                    "psr/cache": "When using the Cache contracts",
                    "psr/container": "When using the Service contracts",
                    "symfony/cache-contracts-implementation": "",
                    "symfony/service-contracts-implementation": "",
                    "symfony/translation-contracts-implementation": ""
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.0-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Symfony\\Contracts\\": ""
                    },
                    "exclude-from-classmap": [
                        "**/Tests/"
                    ]
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "A set of abstractions extracted out of the Symfony components",
                "homepage": "https://symfony.com",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "keywords": [
    
                    "abstractions",
                    "contracts",
                    "decoupling",
                    "interfaces",
                    "interoperability",
                    "standards"
                ],
                "time": "2018-12-05T08:06:11+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
    
                "name": "symfony/css-selector",
                "version": "v4.2.1",
    
                    "url": "https://github.com/symfony/css-selector.git",
                    "reference": "aa9fa526ba1b2ec087ffdfb32753803d999fcfcd"
    
                    "url": "https://api.github.com/repos/symfony/css-selector/zipball/aa9fa526ba1b2ec087ffdfb32753803d999fcfcd",
                    "reference": "aa9fa526ba1b2ec087ffdfb32753803d999fcfcd",
    
                        "dev-master": "4.2-dev"
    
                        "Symfony\\Component\\CssSelector\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
    
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Jean-François Simon",
                        "email": "jeanfrancois.simon@sensiolabs.com"
                    },
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
    
                "description": "Symfony CssSelector Component",
                "homepage": "https://symfony.com",
                "time": "2018-11-11T19:52:12+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            {
    
                "name": "symfony/debug",
                "version": "v4.2.1",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/debug.git",
                    "reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/debug/zipball/e0a2b92ee0b5b934f973d90c2f58e18af109d276",
                    "reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "php": "^7.1.3",
                    "psr/log": "~1.0"
                },
                "conflict": {
                    "symfony/http-kernel": "<3.4"
                },
                "require-dev": {
                    "symfony/http-kernel": "~3.4|~4.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "4.2-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Symfony\\Component\\Debug\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Symfony Debug Component",
                "homepage": "https://symfony.com",
                "time": "2018-11-28T18:24:18+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "symfony/event-dispatcher",
                "version": "v4.2.1",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/event-dispatcher.git",
                    "reference": "921f49c3158a276d27c0d770a5a347a3b718b328"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/921f49c3158a276d27c0d770a5a347a3b718b328",
                    "reference": "921f49c3158a276d27c0d770a5a347a3b718b328",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
    
                "require": {
                    "php": "^7.1.3",
                    "symfony/contracts": "^1.0"
                },
                "conflict": {
                    "symfony/dependency-injection": "<3.4"
                },
                "require-dev": {
                    "psr/log": "~1.0",
                    "symfony/config": "~3.4|~4.0",
                    "symfony/dependency-injection": "~3.4|~4.0",
                    "symfony/expression-language": "~3.4|~4.0",
                    "symfony/stopwatch": "~3.4|~4.0"
                },
                "suggest": {
                    "symfony/dependency-injection": "",
                    "symfony/http-kernel": ""
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "4.2-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Symfony\\Component\\EventDispatcher\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Symfony EventDispatcher Component",
                "homepage": "https://symfony.com",
                "time": "2018-12-01T08:52:38+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "symfony/finder",
                "version": "v4.2.1",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/finder.git",
                    "reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/finder/zipball/e53d477d7b5c4982d0e1bfd2298dbee63d01441d",
                    "reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "4.2-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Symfony\\Component\\Finder\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Symfony Finder Component",
                "homepage": "https://symfony.com",
                "time": "2018-11-11T19:52:12+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "symfony/http-foundation",
                "version": "v4.2.1",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/http-foundation.git",
                    "reference": "1b31f3017fadd8cb05cf2c8aebdbf3b12a943851"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1b31f3017fadd8cb05cf2c8aebdbf3b12a943851",
                    "reference": "1b31f3017fadd8cb05cf2c8aebdbf3b12a943851",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "php": "^7.1.3",
                    "symfony/polyfill-mbstring": "~1.1"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "require-dev": {
    
                    "predis/predis": "~1.0",
                    "symfony/expression-language": "~3.4|~4.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "4.2-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Symfony\\Component\\HttpFoundation\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    },
                    {
    
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Symfony HttpFoundation Component",
                "homepage": "https://symfony.com",
                "time": "2018-11-26T10:55:26+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
    
                "name": "symfony/http-kernel",
                "version": "v4.2.1",
    
                    "url": "https://github.com/symfony/http-kernel.git",
                    "reference": "b39ceffc0388232c309cbde3a7c3685f2ec0a624"
    
                    "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b39ceffc0388232c309cbde3a7c3685f2ec0a624",
                    "reference": "b39ceffc0388232c309cbde3a7c3685f2ec0a624",
    
                    "php": "^7.1.3",
                    "psr/log": "~1.0",
                    "symfony/contracts": "^1.0.2",
                    "symfony/debug": "~3.4|~4.0",
                    "symfony/event-dispatcher": "~4.1",
                    "symfony/http-foundation": "^4.1.1",
                    "symfony/polyfill-ctype": "~1.8"
                },
                "conflict": {
                    "symfony/config": "<3.4",
                    "symfony/dependency-injection": "<4.2",
                    "symfony/translation": "<4.2",
                    "symfony/var-dumper": "<4.1.1",
                    "twig/twig": "<1.34|<2.4,>=2"
                },
                "provide": {
                    "psr/log-implementation": "1.0"
    
                    "psr/cache": "~1.0",
                    "symfony/browser-kit": "~3.4|~4.0",
                    "symfony/config": "~3.4|~4.0",
                    "symfony/console": "~3.4|~4.0",
                    "symfony/css-selector": "~3.4|~4.0",
                    "symfony/dependency-injection": "^4.2",
                    "symfony/dom-crawler": "~3.4|~4.0",
                    "symfony/expression-language": "~3.4|~4.0",
                    "symfony/finder": "~3.4|~4.0",
                    "symfony/process": "~3.4|~4.0",
                    "symfony/routing": "~3.4|~4.0",
                    "symfony/stopwatch": "~3.4|~4.0",
                    "symfony/templating": "~3.4|~4.0",
                    "symfony/translation": "~4.2",
                    "symfony/var-dumper": "^4.1.1"
                },
                "suggest": {
                    "symfony/browser-kit": "",
                    "symfony/config": "",
                    "symfony/console": "",
                    "symfony/dependency-injection": "",
                    "symfony/var-dumper": ""
    
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.2-dev"
                    }
                },
    
                        "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": "Symfony HttpKernel Component",
                "homepage": "https://symfony.com",
                "time": "2018-12-06T17:39:52+00:00"
    
                "name": "symfony/polyfill-ctype",
                "version": "v1.10.0",
    
                    "url": "https://github.com/symfony/polyfill-ctype.git",
                    "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
    
                    "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
                    "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
    
                    "php": ">=5.3.3"
                },
                "suggest": {
                    "ext-ctype": "For best performance"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.9-dev"
    
                        "Symfony\\Polyfill\\Ctype\\": ""
                    },
                    "files": [
                        "bootstrap.php"
                    ]
    
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    },
                    {
                        "name": "Gert de Pagter",
                        "email": "BackEndTea@gmail.com"
    
                "description": "Symfony polyfill for ctype functions",
                "homepage": "https://symfony.com",
    
                    "compatibility",
                    "ctype",
                    "polyfill",
                    "portable"
    
                "time": "2018-08-06T14:22:27+00:00"
    
                "name": "symfony/polyfill-mbstring",
                "version": "v1.10.0",
    
                    "url": "https://github.com/symfony/polyfill-mbstring.git",
                    "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
    
                    "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
                    "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
    
                    "php": ">=5.3.3"
    
                "suggest": {
                    "ext-mbstring": "For best performance"
    
                },
                "type": "library",
                "extra": {
    
                    "branch-alias": {
                        "dev-master": "1.9-dev"
    
                    "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",
    
                    "compatibility",
                    "mbstring",
                    "polyfill",
                    "portable",
                    "shim"
    
                "time": "2018-09-21T13:07:52+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            {
    
                "name": "symfony/polyfill-php72",
                "version": "v1.10.0",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/polyfill-php72.git",
                    "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
                    "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "php": ">=5.3.3"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.9-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
    
                    "psr-4": {
                        "Symfony\\Polyfill\\Php72\\": ""
                    },
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "files": [
    
    beardedwarrior's avatar
    beardedwarrior committed
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    },
                    {
    
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
                "homepage": "https://symfony.com",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "keywords": [
    
                    "compatibility",
                    "polyfill",
                    "portable",
                    "shim"
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
    
                "time": "2018-09-21T13:07:52+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "symfony/process",
                "version": "v4.2.1",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/process.git",
                    "reference": "2b341009ccec76837a7f46f59641b431e4d4c2b0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/process/zipball/2b341009ccec76837a7f46f59641b431e4d4c2b0",
                    "reference": "2b341009ccec76837a7f46f59641b431e4d4c2b0",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "4.2-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Symfony\\Component\\Process\\": ""
    
    beardedwarrior's avatar
    beardedwarrior 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 Process Component",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "homepage": "https://symfony.com",
    
                "time": "2018-11-20T16:22:05+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "symfony/routing",
                "version": "v4.2.1",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/routing.git",
                    "reference": "649460207e77da6c545326c7f53618d23ad2c866"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/routing/zipball/649460207e77da6c545326c7f53618d23ad2c866",
                    "reference": "649460207e77da6c545326c7f53618d23ad2c866",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1.3"
                },
    
                "conflict": {
                    "symfony/config": "<4.2",
                    "symfony/dependency-injection": "<3.4",
                    "symfony/yaml": "<3.4"
                },
                "require-dev": {
                    "doctrine/annotations": "~1.0",
                    "psr/log": "~1.0",
                    "symfony/config": "~4.2",
                    "symfony/dependency-injection": "~3.4|~4.0",
                    "symfony/expression-language": "~3.4|~4.0",
                    "symfony/http-foundation": "~3.4|~4.0",
                    "symfony/yaml": "~3.4|~4.0"
                },
                "suggest": {
                    "doctrine/annotations": "For using the annotation loader",
                    "symfony/config": "For using the all-in-one router or any loader",
                    "symfony/dependency-injection": "For loading routes from a service",
                    "symfony/expression-language": "For using expression matching",
                    "symfony/http-foundation": "For using a Symfony Request object",
                    "symfony/yaml": "For using the YAML loader"
                },
    
    beardedwarrior's avatar
    beardedwarrior committed
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "4.2-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Symfony\\Component\\Routing\\": ""
    
    beardedwarrior's avatar
    beardedwarrior 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 Routing Component",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "homepage": "https://symfony.com",
    
                "keywords": [
                    "router",
                    "routing",
                    "uri",
                    "url"
                ],
                "time": "2018-12-03T22:08:12+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "symfony/translation",
                "version": "v4.2.1",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/translation.git",
                    "reference": "c0e2191e9bed845946ab3d99767513b56ca7dcd6"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/translation/zipball/c0e2191e9bed845946ab3d99767513b56ca7dcd6",
                    "reference": "c0e2191e9bed845946ab3d99767513b56ca7dcd6",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1.3",
    
                    "symfony/contracts": "^1.0.2",
                    "symfony/polyfill-mbstring": "~1.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "conflict": {
    
                    "symfony/config": "<3.4",
                    "symfony/dependency-injection": "<3.4",
                    "symfony/yaml": "<3.4"
                },
                "provide": {
                    "symfony/translation-contracts-implementation": "1.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "require-dev": {
    
                    "psr/log": "~1.0",
                    "symfony/config": "~3.4|~4.0",
                    "symfony/console": "~3.4|~4.0",
                    "symfony/dependency-injection": "~3.4|~4.0",
                    "symfony/finder": "~2.8|~3.0|~4.0",