Skip to content
Snippets Groups Projects
composer.lock 207 KiB
Newer Older
  • Learn to ignore specific revisions
  •                 "symfony/intl": "~3.4|~4.0",
                    "symfony/yaml": "~3.4|~4.0"
                },
                "suggest": {
                    "psr/log-implementation": "To use logging capability in translator",
                    "symfony/config": "",
                    "symfony/yaml": ""
    
    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\\Translation\\": ""
    
    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 Translation Component",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "homepage": "https://symfony.com",
    
                "time": "2018-12-06T10:45:32+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "symfony/var-dumper",
                "version": "v4.2.1",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/symfony/var-dumper.git",
                    "reference": "db61258540350725f4beb6b84006e32398acd120"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/var-dumper/zipball/db61258540350725f4beb6b84006e32398acd120",
                    "reference": "db61258540350725f4beb6b84006e32398acd120",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "php": "^7.1.3",
                    "symfony/polyfill-mbstring": "~1.0",
                    "symfony/polyfill-php72": "~1.5"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "conflict": {
    
                    "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
                    "symfony/console": "<3.4"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "require-dev": {
    
                    "ext-iconv": "*",
                    "symfony/process": "~3.4|~4.0",
                    "twig/twig": "~1.34|~2.4"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "suggest": {
    
                    "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                    "ext-intl": "To show region name in time zone dump",
                    "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
    
                "bin": [
                    "Resources/bin/var-dump-server"
                ],
    
    beardedwarrior's avatar
    beardedwarrior committed
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "4.2-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
    
                    "files": [
                        "Resources/functions/dump.php"
                    ],
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "psr-4": {
    
                        "Symfony\\Component\\VarDumper\\": ""
    
    beardedwarrior's avatar
    beardedwarrior committed
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "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"
                    }
                ],
    
                "description": "Symfony mechanism for exploring and dumping PHP variables",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "homepage": "https://symfony.com",
    
                "keywords": [
                    "debug",
                    "dump"
                ],
                "time": "2018-11-25T12:50:42+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
    
                "name": "tijsverkoyen/css-to-inline-styles",
                "version": "2.2.1",
    
                    "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
                    "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
    
                    "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
                    "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
    
                    "php": "^5.5 || ^7.0",
                    "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "2.2.x-dev"
    
                        "TijsVerkoyen\\CssToInlineStyles\\": "src"
                    }
    
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
    
                        "name": "Tijs Verkoyen",
                        "email": "css_to_inline_styles@verkoyen.eu",
                        "role": "Developer"
    
                "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
                "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
                "time": "2017-11-27T11:13:29+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            {
    
                "name": "vlucas/phpdotenv",
                "version": "v2.5.1",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/vlucas/phpdotenv.git",
                    "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
                    "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "php": ">=5.3.9"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "2.5-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
                "authors": [
                    {
    
                        "name": "Vance Lucas",
                        "email": "vance@vancelucas.com",
                        "homepage": "http://www.vancelucas.com"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
                "keywords": [
                    "dotenv",
                    "env",
                    "environment"
                ],
                "time": "2018-07-29T20:33:41+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "zendframework/zend-diactoros",
                "version": "1.8.6",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/zendframework/zend-diactoros.git",
                    "reference": "20da13beba0dde8fb648be3cc19765732790f46e"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
                    "reference": "20da13beba0dde8fb648be3cc19765732790f46e",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "php": "^5.6 || ^7.0",
                    "psr/http-message": "^1.0"
                },
                "provide": {
                    "psr/http-message-implementation": "1.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "require-dev": {
    
                    "ext-dom": "*",
                    "ext-libxml": "*",
                    "php-http/psr7-integration-tests": "dev-master",
                    "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
                    "zendframework/zend-coding-standard": "~1.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.8.x-dev",
                        "dev-develop": "1.9.x-dev",
                        "dev-release-2.0": "2.0.x-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
    
                    "files": [
                        "src/functions/create_uploaded_file.php",
                        "src/functions/marshal_headers_from_sapi.php",
                        "src/functions/marshal_method_from_sapi.php",
                        "src/functions/marshal_protocol_version_from_sapi.php",
                        "src/functions/marshal_uri_from_sapi.php",
                        "src/functions/normalize_server.php",
                        "src/functions/normalize_uploaded_files.php",
                        "src/functions/parse_cookie_header.php"
                    ],
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "psr-4": {
    
                        "Zend\\Diactoros\\": "src/"
                    }
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
    
                "description": "PSR HTTP Message implementations",
                "homepage": "https://github.com/zendframework/zend-diactoros",
                "keywords": [
                    "http",
                    "psr",
                    "psr-7"
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
    
                "time": "2018-09-05T19:29:37+00:00"
            }
        ],
        "packages-dev": [
    
    beardedwarrior's avatar
    beardedwarrior committed
            {
    
                "name": "barryvdh/laravel-ide-helper",
                "version": "v2.5.3",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/barryvdh/laravel-ide-helper.git",
                    "reference": "3d7f1240896a075aa23b13f82dfcbe165dadeef2"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/3d7f1240896a075aa23b13f82dfcbe165dadeef2",
                    "reference": "3d7f1240896a075aa23b13f82dfcbe165dadeef2",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "barryvdh/reflection-docblock": "^2.0.6",
                    "composer/composer": "^1.6",
                    "illuminate/console": "^5.5,<5.8",
                    "illuminate/filesystem": "^5.5,<5.8",
                    "illuminate/support": "^5.5,<5.8",
                    "php": ">=7"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "require-dev": {
    
                    "doctrine/dbal": "~2.3",
                    "illuminate/config": "^5.1,<5.8",
                    "illuminate/view": "^5.1,<5.8",
                    "phpro/grumphp": "^0.14",
                    "phpunit/phpunit": "4.*",
                    "scrutinizer/ocular": "~1.1",
                    "squizlabs/php_codesniffer": "^3"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "suggest": {
    
                    "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "2.5-dev"
                    },
                    "laravel": {
                        "providers": [
                            "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
                        ]
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Barryvdh\\LaravelIdeHelper\\": "src"
                    }
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Barry vd. Heuvel",
                        "email": "barryvdh@gmail.com"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
                "keywords": [
                    "autocomplete",
                    "codeintel",
                    "helper",
                    "ide",
                    "laravel",
                    "netbeans",
                    "phpdoc",
                    "phpstorm",
                    "sublime"
                ],
                "time": "2018-12-19T12:12:05+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "barryvdh/reflection-docblock",
                "version": "v2.0.6",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
                    "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16",
                    "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
    
                "require-dev": {
                    "phpunit/phpunit": "~4.0,<4.5"
                },
    
    beardedwarrior's avatar
    beardedwarrior committed
                "suggest": {
    
                    "dflydev/markdown": "~1.0",
                    "erusev/parsedown": "~1.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "2.0.x-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Mike van Riel",
                        "email": "mike.vanriel@naenius.com"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "time": "2018-12-13T10:34:14+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "beyondcode/laravel-dump-server",
                "version": "1.2.2",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/beyondcode/laravel-dump-server.git",
                    "reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/beyondcode/laravel-dump-server/zipball/8864b9efcb48e0a79e83014dd7f0a5481f5c808f",
                    "reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "illuminate/console": "5.6.*|5.7.*|5.8.*",
                    "illuminate/http": "5.6.*|5.7.*|5.8.*",
                    "illuminate/support": "5.6.*|5.7.*|5.8.*",
                    "php": "^7.1",
                    "symfony/var-dumper": "^4.1.1"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
    
                "require-dev": {
                    "larapack/dd": "^1.0",
                    "phpunit/phpunit": "^7.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
    
                    "laravel": {
                        "providers": [
                            "BeyondCode\\DumpServer\\DumpServerServiceProvider"
                        ]
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "BeyondCode\\DumpServer\\": "src"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    },
                    "files": [
    
    beardedwarrior's avatar
    beardedwarrior committed
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Marcel Pociot",
                        "email": "marcel@beyondco.de",
                        "homepage": "https://beyondcode.de",
                        "role": "Developer"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Symfony Var-Dump Server for Laravel",
                "homepage": "https://github.com/beyondcode/laravel-dump-server",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "keywords": [
    
                    "beyondcode",
                    "laravel-dump-server"
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
    
                "time": "2018-10-04T07:22:24+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "composer/ca-bundle",
                "version": "1.1.3",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/composer/ca-bundle.git",
                    "reference": "8afa52cd417f4ec417b4bfe86b68106538a87660"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8afa52cd417f4ec417b4bfe86b68106538a87660",
                    "reference": "8afa52cd417f4ec417b4bfe86b68106538a87660",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "ext-openssl": "*",
                    "ext-pcre": "*",
                    "php": "^5.3.2 || ^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
                    "psr/log": "^1.0",
                    "symfony/process": "^2.5 || ^3.0 || ^4.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.x-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Composer\\CaBundle\\": "src"
                    }
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "keywords": [
    
                    "cabundle",
                    "cacert",
                    "certificate",
                    "ssl",
                    "tls"
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
    
                "time": "2018-10-18T06:09:13+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "composer/composer",
                "version": "1.8.0",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/composer/composer.git",
                    "reference": "d8aef3af866b28786ce9b8647e52c42496436669"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/composer/composer/zipball/d8aef3af866b28786ce9b8647e52c42496436669",
                    "reference": "d8aef3af866b28786ce9b8647e52c42496436669",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "composer/ca-bundle": "^1.0",
                    "composer/semver": "^1.0",
                    "composer/spdx-licenses": "^1.2",
                    "composer/xdebug-handler": "^1.1",
                    "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
                    "php": "^5.3.2 || ^7.0",
                    "psr/log": "^1.0",
                    "seld/jsonlint": "^1.4",
                    "seld/phar-utils": "^1.0",
                    "symfony/console": "^2.7 || ^3.0 || ^4.0",
                    "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
                    "symfony/finder": "^2.7 || ^3.0 || ^4.0",
                    "symfony/process": "^2.7 || ^3.0 || ^4.0"
                },
                "conflict": {
                    "symfony/console": "2.8.38"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7",
                    "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
                },
                "suggest": {
                    "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
                    "ext-zip": "Enabling the zip extension allows you to unzip archives",
                    "ext-zlib": "Allow gzip compression of HTTP requests"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
    
                "bin": [
                    "bin/composer"
                ],
    
    beardedwarrior's avatar
    beardedwarrior committed
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.8-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Composer\\": "src/Composer"
                    }
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Nils Adermann",
                        "email": "naderman@naderman.de",
                        "homepage": "http://www.naderman.de"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    },
                    {
    
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
                "homepage": "https://getcomposer.org/",
                "keywords": [
                    "autoload",
                    "dependency",
                    "package"
                ],
                "time": "2018-12-03T09:31:16+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "composer/semver",
                "version": "1.4.2",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/composer/semver.git",
                    "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
                    "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "php": "^5.3.2 || ^7.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "require-dev": {
    
                    "phpunit/phpunit": "^4.5 || ^5.0.5",
                    "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.x-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Composer\\Semver\\": "src"
                    }
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Nils Adermann",
                        "email": "naderman@naderman.de",
                        "homepage": "http://www.naderman.de"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    },
                    {
    
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    },
                    {
                        "name": "Rob Bast",
                        "email": "rob.bast@gmail.com",
                        "homepage": "http://robbast.nl"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Semver library that offers utilities, version constraint parsing and validation.",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "keywords": [
    
                    "semantic",
                    "semver",
                    "validation",
                    "versioning"
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
    
                "time": "2016-08-30T16:08:34+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "composer/spdx-licenses",
                "version": "1.5.0",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/composer/spdx-licenses.git",
                    "reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7a9556b22bd9d4df7cad89876b00af58ef20d3a2",
                    "reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "php": "^5.3.2 || ^7.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
    
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
                    "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.x-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Composer\\Spdx\\": "src"
                    }
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Nils Adermann",
                        "email": "naderman@naderman.de",
                        "homepage": "http://www.naderman.de"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    },
                    {
    
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    },
                    {
                        "name": "Rob Bast",
                        "email": "rob.bast@gmail.com",
                        "homepage": "http://robbast.nl"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "SPDX licenses list and validation library.",
                "keywords": [
                    "license",
                    "spdx",
                    "validator"
                ],
                "time": "2018-11-01T09:45:54+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "composer/xdebug-handler",
                "version": "1.3.1",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/composer/xdebug-handler.git",
                    "reference": "dc523135366eb68f22268d069ea7749486458562"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/dc523135366eb68f22268d069ea7749486458562",
                    "reference": "dc523135366eb68f22268d069ea7749486458562",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "php": "^5.3.2 || ^7.0",
                    "psr/log": "^1.0"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "require-dev": {
    
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
    
                        "Composer\\XdebugHandler\\": "src"
                    }
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "John Stevenson",
                        "email": "john-stevenson@blueyonder.co.uk"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Restarts a process without xdebug.",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "keywords": [
    
                    "Xdebug",
                    "performance"
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
    
                "time": "2018-11-29T10:59:02+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "doctrine/cache",
                "version": "v1.8.0",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/doctrine/cache.git",
                    "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
                    "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "php": "~7.1"
                },
                "conflict": {
                    "doctrine/common": ">2.2,<2.4"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "require-dev": {
    
                    "alcaeus/mongo-php-adapter": "^1.1",
                    "doctrine/coding-standard": "^4.0",
                    "mongodb/mongodb": "^1.1",
                    "phpunit/phpunit": "^7.0",
                    "predis/predis": "~1.0"
                },
                "suggest": {
                    "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.8.x-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
                "authors": [
                    {
    
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Caching library offering an object-oriented API for many cache backends",
                "homepage": "https://www.doctrine-project.org",
                "keywords": [
                    "cache",
                    "caching"
                ],
                "time": "2018-08-21T18:01:43+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
    
                "name": "doctrine/dbal",
                "version": "v2.9.2",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/doctrine/dbal.git",
                    "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
                    "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "doctrine/cache": "^1.0",
                    "doctrine/event-manager": "^1.0",
                    "ext-pdo": "*",
                    "php": "^7.1"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "require-dev": {
    
                    "doctrine/coding-standard": "^5.0",
                    "jetbrains/phpstorm-stubs": "^2018.1.2",
                    "phpstan/phpstan": "^0.10.1",
                    "phpunit/phpunit": "^7.4",
                    "symfony/console": "^2.0.5|^3.0|^4.0",
                    "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
    
                "suggest": {
                    "symfony/console": "For helpful console commands such as SQL execution and import of files."
                },
                "bin": [
                    "bin/doctrine-dbal"
                ],
    
    beardedwarrior's avatar
    beardedwarrior committed
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "2.9.x-dev",
                        "dev-develop": "3.0.x-dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
                        "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
                "authors": [
                    {
    
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
                "homepage": "https://www.doctrine-project.org/projects/dbal.html",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "keywords": [
    
                    "abstraction",
                    "database",
                    "dbal",
                    "mysql",
                    "persistence",
                    "pgsql",
                    "php",
                    "queryobject"
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
    
                "time": "2018-12-31T03:27:51+00:00"
            },
    
    beardedwarrior's avatar
    beardedwarrior committed
            {
    
                "name": "doctrine/event-manager",
                "version": "v1.0.0",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/doctrine/event-manager.git",
                    "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
                    "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
    
                    "php": "^7.1"
                },
                "conflict": {
                    "doctrine/common": "<2.9@dev"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "require-dev": {
    
                    "doctrine/coding-standard": "^4.0",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "phpunit/phpunit": "^7.0"
                },
                "type": "library",
                "extra": {
    
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\": "lib/Doctrine/Common"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com"
    
    beardedwarrior's avatar
    beardedwarrior committed
                    }
                ],
    
                "description": "Doctrine Event Manager component",
                "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "keywords": [
    
                    "event",
                    "eventdispatcher",
                    "eventmanager"
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
    
                "time": "2018-06-11T11:59:03+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
                "name": "doctrine/instantiator",
                "version": "1.1.0",
                "source": {