Skip to content
Snippets Groups Projects
composer.lock 89.4 KiB
Newer Older
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "1fe52c47fa9834960fdb1cf37f2f2776",
            "name": "codeigniter4/codeigniter4",
            "version": "dev-develop",
            "source": {
                "type": "git",
                "url": "https://github.com/codeigniter4/CodeIgniter4.git",
                "reference": "cbfc8d27645fc9fe19d540c796b627852b4a1142"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/codeigniter4/CodeIgniter4/zipball/cbfc8d27645fc9fe19d540c796b627852b4a1142",
                "reference": "cbfc8d27645fc9fe19d540c796b627852b4a1142",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-intl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "kint-php/kint": "^3.3",
                "laminas/laminas-escaper": "^2.6",
                "php": ">=7.2",
                "psr/log": "^1.1"
            },
            "require-dev": {
                "codeigniter4/codeigniter4-standard": "^1.0",
                "mikey179/vfsstream": "1.6.*",
                "phpunit/phpunit": "^8.5",
                "squizlabs/php_codesniffer": "^3.3"
            },
            "type": "project",
            "autoload": {
                "psr-4": {
                    "CodeIgniter\\": "system/"
                }
            },
            "scripts": {
                "post-update-cmd": [
                    "@composer dump-autoload",
                    "CodeIgniter\\ComposerScripts::postUpdate",
                    "bash admin/setup.sh"
                ],
                "test": [
                    "phpunit"
                ]
            },
            "license": [
                "MIT"
            ],
            "description": "The CodeIgniter framework v4",
            "homepage": "https://codeigniter.com",
            "support": {
                "forum": "http://forum.codeigniter.com/",
                "source": "https://github.com/codeigniter4/CodeIgniter4",
                "slack": "https://codeigniterchat.slack.com",
                "issues": "https://github.com/codeigniter4/CodeIgniter4/issues"
            },
            "name": "composer/ca-bundle",
            "version": "1.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
                "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
                "psr/log": "^1.0",
                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2020-04-08T08:27:21+00:00"
            "name": "geoip2/geoip2",
            "version": "v2.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maxmind/GeoIP2-php.git",
                "reference": "419557cd21d9fe039721a83490701a58c8ce784a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/419557cd21d9fe039721a83490701a58c8ce784a",
                "reference": "419557cd21d9fe039721a83490701a58c8ce784a",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "maxmind-db/reader": "~1.5",
                "maxmind/web-service-common": "~0.6",
                "php": ">=5.6"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "2.*",
                "phpunit/phpunit": "5.*",
                "squizlabs/php_codesniffer": "3.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "GeoIp2\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Gregory J. Oschwald",
                    "email": "goschwald@maxmind.com",
                    "homepage": "https://www.maxmind.com/"
                }
            ],
            "description": "MaxMind GeoIP2 PHP API",
            "homepage": "https://github.com/maxmind/GeoIP2-php",
            "keywords": [
                "IP",
                "geoip",
                "geoip2",
                "geolocation",
                "maxmind"
            ],
            "time": "2019-12-12T18:48:39+00:00"
            "name": "james-heinrich/getid3",
            "source": {
                "type": "git",
                "url": "https://github.com/JamesHeinrich/getID3.git",
                "reference": "5515a2d24667c3c0ff49fdcbdadc405c0880c7a2"
                "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/5515a2d24667c3c0ff49fdcbdadc405c0880c7a2",
                "reference": "5515a2d24667c3c0ff49fdcbdadc405c0880c7a2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9 || ^1.0",
                "phpunit/phpunit": "^4.8|^5.0"
            },
            "suggest": {
                "ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).",
                "ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.",
                "ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComments`.",
                "ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
                "ext-exif": "EXIF extension is required for graphic modules.",
                "ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstring` is not available).",
                "ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
                "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
                "ext-mbstring": "mbstring extension is required to work with different character sets.",
                "ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).",
                "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
                "ext-rar": "RAR extension is required for RAR archive module.",
                "ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
                "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
                "ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "JamesHeinrich\\GetID3\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-1.0-or-later",
                "LGPL-3.0-only",
                "MPL-2.0"
            ],
            "authors": [
                {
                    "name": "James Heinrich",
                    "email": "info@getid3.org",
                    "homepage": "https://github.com/JamesHeinrich",
                    "role": "Developer"
                },
                {
                    "name": "Craig Duncan",
                    "email": "git@duncanc.co.uk",
                    "homepage": "https://github.com/duncan3dc",
                    "role": "Developer"
                }
            ],
            "description": "Extract and write useful information to/from popular multimedia file formats",
            "homepage": "https://www.getid3.org/",
            "keywords": [
                "audio",
                "codecs",
                "id3",
                "metadata",
                "tags",
                "video"
            ],
            "name": "kint-php/kint",
            "version": "3.3",
            "source": {
                "type": "git",
                "url": "https://github.com/kint-php/kint.git",
                "reference": "335ac1bcaf04d87df70d8aa51e8887ba2c6d203b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kint-php/kint/zipball/335ac1bcaf04d87df70d8aa51e8887ba2c6d203b",
                "reference": "335ac1bcaf04d87df70d8aa51e8887ba2c6d203b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.6"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.0",
                "phpunit/phpunit": "^4.0",
                "seld/phar-utils": "^1.0",
                "symfony/finder": "^2.0 || ^3.0 || ^4.0",
                "vimeo/psalm": "^3.0"
            },
            "suggest": {
                "ext-ctype": "Simple data type tests",
                "ext-iconv": "Provides fallback detection for ambiguous legacy string encodings such as the Windows and ISO 8859 code pages",
                "ext-mbstring": "Provides string encoding detection",
                "kint-php/kint-js": "Provides a simplified dump to console.log()",
                "kint-php/kint-twig": "Provides d() and s() functions in twig templates",
                "symfony/polyfill-ctype": "Replacement for ext-ctype if missing",
                "symfony/polyfill-iconv": "Replacement for ext-iconv if missing",
                "symfony/polyfill-mbstring": "Replacement for ext-mbstring if missing"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "init.php"
                ],
                "psr-4": {
                    "Kint\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Vollebregt",
                    "homepage": "https://github.com/jnvsor"
                },
                {
                    "name": "Rokas Šleinius",
                    "homepage": "https://github.com/raveren"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/kint-php/kint/graphs/contributors"
                }
            ],
            "description": "Kint - debugging tool for PHP developers",
            "homepage": "https://kint-php.github.io/kint/",
            "keywords": [
                "debug",
                "kint",
                "php"
            ],
            "time": "2019-10-17T18:05:24+00:00"
            "name": "laminas/laminas-escaper",
            "version": "2.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-escaper.git",
                "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70",
                "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-escaper": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6.x-dev",
                    "dev-develop": "2.7.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Escaper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
            "homepage": "https://laminas.dev",
            "keywords": [
                "escaper",
                "laminas"
            ],
            "time": "2019-12-31T16:43:30+00:00"
            "name": "laminas/laminas-zendframework-bridge",
            "version": "1.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
                "reference": "fcd87520e4943d968557803919523772475e8ea3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3",
                "reference": "fcd87520e4943d968557803919523772475e8ea3",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev",
                    "dev-develop": "1.1.x-dev"
                },
                "laminas": {
                    "module": "Laminas\\ZendFrameworkBridge"
                }
            },
            "autoload": {
                "files": [
                    "src/autoload.php"
                ],
                "psr-4": {
                    "Laminas\\ZendFrameworkBridge\\": "src//"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Alias legacy ZF class names to Laminas Project equivalents.",
            "keywords": [
                "ZendFramework",
                "autoloading",
                "laminas",
                "zf"
            ],
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2020-05-20T16:45:56+00:00"
        {
            "name": "league/commonmark",
            "version": "1.5.3",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/commonmark.git",
                "reference": "2574454b97e4103dc4e36917bd783b25624aefcd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2574454b97e4103dc4e36917bd783b25624aefcd",
                "reference": "2574454b97e4103dc4e36917bd783b25624aefcd",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "scrutinizer/ocular": "1.7.*"
            },
            "require-dev": {
                "cebe/markdown": "~1.0",
                "commonmark/commonmark.js": "0.29.1",
                "erusev/parsedown": "~1.0",
                "ext-json": "*",
                "github/gfm": "0.29.0",
                "michelf/php-markdown": "~1.4",
                "mikehaertl/php-shellcommand": "^1.4",
                "phpstan/phpstan": "^0.12",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
                "scrutinizer/ocular": "^1.5",
                "symfony/finder": "^4.2"
            },
            "bin": [
                "bin/commonmark"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "League\\CommonMark\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com",
                    "role": "Lead Developer"
                }
            ],
            "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
            "homepage": "https://commonmark.thephpleague.com",
            "keywords": [
                "commonmark",
                "flavored",
                "gfm",
                "github",
                "github-flavored",
                "markdown",
                "md",
                "parser"
            ],
            "funding": [
                {
                    "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
                    "type": "custom"
                },
                {
                    "url": "https://www.colinodell.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://www.paypal.me/colinpodell/10.00",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/colinodell",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/colinodell",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
                    "type": "tidelift"
                }
            ],
            "time": "2020-07-19T22:47:30+00:00"
        },
            "name": "maxmind-db/reader",
            "version": "v1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
                "reference": "febd4920bf17c1da84cef58e56a8227dfb37fbe4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/febd4920bf17c1da84cef58e56a8227dfb37fbe4",
                "reference": "febd4920bf17c1da84cef58e56a8227dfb37fbe4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "conflict": {
                "ext-maxminddb": "<1.6.0,>=2.0.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "2.*",
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpcov": "^3.0",
                "phpunit/phpunit": "5.*",
                "squizlabs/php_codesniffer": "3.*"
            },
            "suggest": {
                "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
                "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
                "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MaxMind\\Db\\": "src/MaxMind/Db"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Gregory J. Oschwald",
                    "email": "goschwald@maxmind.com",
                    "homepage": "https://www.maxmind.com/"
                }
            ],
            "description": "MaxMind DB Reader API",
            "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
            "keywords": [
                "database",
                "geoip",
                "geoip2",
                "geolocation",
                "maxmind"
            ],
            "time": "2019-12-19T22:59:03+00:00"
            "name": "maxmind/web-service-common",
            "version": "v0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maxmind/web-service-common-php.git",
                "reference": "74c996c218ada5c639c8c2f076756e059f5552fc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/74c996c218ada5c639c8c2f076756e059f5552fc",
                "reference": "74c996c218ada5c639c8c2f076756e059f5552fc",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0.3",
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=5.6"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "2.*",
                "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0",
                "squizlabs/php_codesniffer": "3.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MaxMind\\Exception\\": "src/Exception",
                    "MaxMind\\WebService\\": "src/WebService"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Gregory Oschwald",
                    "email": "goschwald@maxmind.com"
                }
            ],
            "description": "Internal MaxMind Web Service API",
            "homepage": "https://github.com/maxmind/web-service-common-php",
            "time": "2020-05-06T14:07:26+00:00"
            "source": {
                "type": "git",
                "url": "https://github.com/lonnieezell/myth-auth.git",
                "reference": "d9c9b0e4a8bea9ba6c847dcfefc6645bf1e1d694"
                "url": "https://api.github.com/repos/lonnieezell/myth-auth/zipball/d9c9b0e4a8bea9ba6c847dcfefc6645bf1e1d694",
                "reference": "d9c9b0e4a8bea9ba6c847dcfefc6645bf1e1d694",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "codeigniter4/codeigniter4": "dev-develop",
                "fzaninotto/faker": "^1.9@dev",
                "mockery/mockery": "^1.0",
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Myth\\Auth\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lonnie Ezell",
                    "email": "lonnieje@gmail.com",
                    "homepage": "http://newmythmedia.com",
                    "role": "Developer"
                }
            ],
            "description": "Flexible authentication/authorization system for CodeIgniter 4.",
            "homepage": "https://github.com/lonnieezell/myth-auth",
            "keywords": [
                "Authentication",
                "authorization",
                "codeigniter"
            ],
            "funding": [
                {
                    "url": "https://github.com/lonnieezell",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/lonnieezell",
                    "type": "patreon"
                }
            ],
            "time": "2020-07-16T14:00:14+00:00"
            "name": "psr/cache",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "time": "2016-08-06T20:24:11+00:00"
            "name": "psr/log",
            "version": "1.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2020-03-23T09:12:05+00:00"
            "name": "whichbrowser/parser",
            "version": "v2.0.42",
            "source": {
                "type": "git",
                "url": "https://github.com/WhichBrowser/Parser-PHP.git",
                "reference": "4899110cd2f87b01e04ced62dbb9dec541031dee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WhichBrowser/Parser-PHP/zipball/4899110cd2f87b01e04ced62dbb9dec541031dee",
                "reference": "4899110cd2f87b01e04ced62dbb9dec541031dee",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/cache": "^1.0"
            },
            "require-dev": {
                "icomefromthenet/reverse-regex": "0.0.6.3",
                "phpunit/php-code-coverage": "^2.2 || ^3.0",
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "satooshi/php-coveralls": "^1.0",
                "squizlabs/php_codesniffer": "2.5.*",
                "symfony/yaml": "~2.8 || ~3.4 || ~4.2 || ~5.0"
            },
            "suggest": {
                "cache/array-adapter": "Allows testing of the caching functionality"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "WhichBrowser\\": [
                        "src/",
                        "tests/src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niels Leenheer",
                    "email": "niels@leenheer.nl",
                    "role": "Developer"
                }
            ],
            "description": "Useragent sniffing library for PHP",
            "homepage": "http://whichbrowser.net",
            "keywords": [
                "browser",
                "sniffing",
                "ua",
                "useragent"
            ],
            "time": "2020-02-12T10:54:23+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "doctrine/instantiator",
            "version": "1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
                "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench/phpbench": "^0.13",
                "phpstan/phpstan-phpunit": "^0.11",
                "phpstan/phpstan-shim": "^0.11",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-29T17:27:14+00:00"
            "name": "mikey179/vfsstream",
            "version": "v1.6.8",
            "source": {
                "type": "git",
                "url": "https://github.com/bovigo/vfsStream.git",
                "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/231c73783ebb7dd9ec77916c10037eff5a2b6efe",
                "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5|^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "org\\bovigo\\vfs\\": "src/main/php"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Frank Kleine",
                    "homepage": "http://frankkleine.de/",
                    "role": "Developer"
                }
            ],
            "description": "Virtual file system to mock the real file system in unit tests.",
            "homepage": "http://vfs.bovigo.org/",
            "time": "2019-10-30T15:31:00+00:00"
            "name": "myclabs/deep-copy",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/DeepCopy.git",
                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
                "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
            },
            "replace": {
                "myclabs/deep-copy": "self.version"
            },
            "require-dev": {
                "doctrine/collections": "^1.0",
                "doctrine/common": "^2.6",