[
    {
        "name": "alecrabbit/php-cli-tools",
        "version": "0.6.0",
        "version_normalized": "0.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/alecrabbit/php-cli-tools.git",
            "reference": "962a6c4396a18081efe08561dd76bacdd4e3163b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/alecrabbit/php-cli-tools/zipball/962a6c4396a18081efe08561dd76bacdd4e3163b",
            "reference": "962a6c4396a18081efe08561dd76bacdd4e3163b",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2"
        },
        "require-dev": {
            "alecrabbit/php-helpers": "^0.7 || ^0.8 ",
            "nunomaduro/collision": "^3.0",
            "phpunit/phpunit": "^8.0",
            "symfony/var-dumper": "^4.2"
        },
        "time": "2019-11-01T12:16:39+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "AlecRabbit\\Cli\\": "src\\Cli"
            },
            "files": [
                "src/bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "CLI tools for php.",
        "keywords": [
            "ansi",
            "cli",
            "console",
            "control",
            "height",
            "terminal",
            "title",
            "width"
        ]
    },
    {
        "name": "alecrabbit/php-console-colour",
        "version": "0.10.0",
        "version_normalized": "0.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/alecrabbit/php-console-colour.git",
            "reference": "faa66b9e9622b8d7613fe7433b28c8e7bbd7e9f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/alecrabbit/php-console-colour/zipball/faa66b9e9622b8d7613fe7433b28c8e7bbd7e9f6",
            "reference": "faa66b9e9622b8d7613fe7433b28c8e7bbd7e9f6",
            "shasum": ""
        },
        "require": {
            "alecrabbit/php-cli-tools": "^0.6",
            "php": "^7.2"
        },
        "require-dev": {
            "alecrabbit/php-helpers": "^0.7 || ^0.8",
            "nunomaduro/collision": "^3.0",
            "phpunit/phpunit": "^8.0",
            "symfony/var-dumper": "^4.2"
        },
        "time": "2019-11-01T12:24:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "AlecRabbit\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Helps to do colored console output.",
        "keywords": [
            "ansi",
            "color",
            "colour",
            "console",
            "height",
            "output",
            "terminal",
            "width"
        ]
    },
    {
        "name": "dragonmantank/cron-expression",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dragonmantank/cron-expression.git",
            "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
            "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
            "shasum": ""
        },
        "require": {
            "php": "^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4|^7.0"
        },
        "time": "2019-03-31T00:38:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cron\\": "src/Cron/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Chris Tankersley",
                "email": "chris@ctankersley.com",
                "homepage": "https://github.com/dragonmantank"
            }
        ],
        "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
        "keywords": [
            "cron",
            "schedule"
        ]
    },
    {
        "name": "erusev/parsedown",
        "version": "1.7.4",
        "version_normalized": "1.7.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/erusev/parsedown.git",
            "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
            "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35"
        },
        "time": "2019-12-30T22:54:17+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Parsedown": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Emanuil Rusev",
                "email": "hello@erusev.com",
                "homepage": "http://erusev.com"
            }
        ],
        "description": "Parser for Markdown.",
        "homepage": "http://parsedown.org",
        "keywords": [
            "markdown",
            "parser"
        ]
    },
    {
        "name": "mibe/feedwriter",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mibe/FeedWriter.git",
            "reference": "f4cc748ad8700e36663f08cfeebe7fd39b00eea2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mibe/FeedWriter/zipball/f4cc748ad8700e36663f08cfeebe7fd39b00eea2",
            "reference": "f4cc748ad8700e36663f08cfeebe7fd39b00eea2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-11-19T20:47:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FeedWriter\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0"
        ],
        "authors": [
            {
                "name": "Michael Bemmerl",
                "email": "mail@mx-server.de"
            },
            {
                "name": "Phil Freo"
            },
            {
                "name": "Paul Ferrett"
            },
            {
                "name": "Brennen Bearnes"
            },
            {
                "name": "Michael Robinson",
                "email": "mike@pagesofinterest.net"
            },
            {
                "name": "Baptiste Fontaine"
            },
            {
                "name": "Kristián Valentín"
            },
            {
                "name": "Brandtley McMinn"
            },
            {
                "name": "Julian Bogdani"
            },
            {
                "name": "Anis Uddin Ahmad",
                "email": "anis.programmer@gmail.com"
            },
            {
                "name": "Cedric Gampert"
            },
            {
                "name": "Yamek"
            },
            {
                "name": "thielj"
            },
            {
                "name": "Pavel Khakhlou"
            },
            {
                "name": "Daniel"
            },
            {
                "name": "Tino Goratsch"
            }
        ],
        "description": "Generate feeds in either RSS 1.0, RSS 2.0 or ATOM formats",
        "homepage": "https://github.com/mibe/FeedWriter",
        "keywords": [
            "RSS 1.0",
            "atom",
            "feed",
            "rss",
            "rss 2.0",
            "rss2"
        ]
    },
    {
        "name": "nikic/fast-route",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/FastRoute.git",
            "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
            "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35|~5.7"
        },
        "time": "2018-02-13T20:26:39+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FastRoute\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nikita Popov",
                "email": "nikic@php.net"
            }
        ],
        "description": "Fast request router for PHP",
        "keywords": [
            "router",
            "routing"
        ]
    },
    {
        "name": "pear/auth_sasl",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Auth_SASL.git",
            "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
            "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
            "shasum": ""
        },
        "require": {
            "pear/pear_exception": "@stable"
        },
        "require-dev": {
            "phpunit/phpunit": "@stable"
        },
        "time": "2017-03-07T14:37:05+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Auth": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "BSD"
        ],
        "authors": [
            {
                "name": "Anish Mistry",
                "email": "amistry@am-productions.biz",
                "role": "Lead"
            },
            {
                "name": "Richard Heyes",
                "email": "richard@php.net",
                "role": "Lead"
            },
            {
                "name": "Michael Bretterklieber",
                "email": "michael@bretterklieber.com",
                "role": "Lead"
            }
        ],
        "description": "Abstraction of various SASL mechanism responses"
    },
    {
        "name": "pear/console_getopt",
        "version": "v1.4.3",
        "version_normalized": "1.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Console_Getopt.git",
            "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
            "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
            "shasum": ""
        },
        "time": "2019-11-20T18:27:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Console": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Andrei Zmievski",
                "email": "andrei@php.net",
                "role": "Lead"
            },
            {
                "name": "Stig Bakken",
                "email": "stig@php.net",
                "role": "Developer"
            },
            {
                "name": "Greg Beaver",
                "email": "cellog@php.net",
                "role": "Helper"
            }
        ],
        "description": "More info available on: http://pear.php.net/package/Console_Getopt"
    },
    {
        "name": "pear/db",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/DB.git",
            "reference": "e158c3a48246b67cd8c95856ffbb93de4ef380fe"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/DB/zipball/e158c3a48246b67cd8c95856ffbb93de4ef380fe",
            "reference": "e158c3a48246b67cd8c95856ffbb93de4ef380fe",
            "shasum": ""
        },
        "require": {
            "pear/pear-core-minimal": "*"
        },
        "time": "2020-04-19T19:45:59+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "DB": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "PHP License v3.01"
        ],
        "authors": [
            {
                "name": "Daniel Convissor",
                "email": "danielc@php.net",
                "role": "Lead"
            },
            {
                "name": "Adam Harvey",
                "email": "aharvey@php.net",
                "role": "Lead"
            },
            {
                "name": "Stig Bakken",
                "email": "stig@php.net",
                "role": "Developer"
            },
            {
                "name": "Tomas V.V.Cox",
                "email": "cox@idecnet.com",
                "role": "Developer"
            }
        ],
        "description": "More info available on: http://pear.php.net/package/DB"
    },
    {
        "name": "pear/log",
        "version": "1.13.2",
        "version_normalized": "1.13.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Log.git",
            "reference": "d8cde3dba893a36ec561bf6188fdc39f4221c4d3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Log/zipball/d8cde3dba893a36ec561bf6188fdc39f4221c4d3",
            "reference": "d8cde3dba893a36ec561bf6188fdc39f4221c4d3",
            "shasum": ""
        },
        "require": {
            "pear/pear_exception": "1.0.1",
            "php": ">5.2"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "suggest": {
            "pear/db": "Install optionally via your project's composer.json"
        },
        "time": "2020-06-02T00:04:03+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Log": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            ""
        ],
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jon Parise",
                "email": "jon@php.net",
                "homepage": "http://www.indelible.org",
                "role": "Developer"
            }
        ],
        "description": "PEAR Logging Framework",
        "homepage": "http://pear.github.io/Log/",
        "keywords": [
            "log",
            "logging"
        ]
    },
    {
        "name": "pear/mail",
        "version": "v1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Mail.git",
            "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Mail/zipball/9609ed5e42ac5b221dfd9af85de005c59d418ee7",
            "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7",
            "shasum": ""
        },
        "require": {
            "pear/pear-core-minimal": "~1.9",
            "php": ">=5.2.1"
        },
        "require-dev": {
            "pear/pear": "*"
        },
        "suggest": {
            "pear/net_smtp": "Install optionally via your project's composer.json"
        },
        "time": "2017-04-11T17:27:29+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Mail": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Chuck Hagenbuch",
                "email": "chuck@horde.org",
                "role": "Lead"
            },
            {
                "name": "Richard Heyes",
                "email": "richard@phpguru.org",
                "role": "Developer"
            },
            {
                "name": "Aleksander Machniak",
                "email": "alec@alec.pl",
                "role": "Developer"
            }
        ],
        "description": "Class that provides multiple interfaces for sending emails.",
        "homepage": "http://pear.php.net/package/Mail"
    },
    {
        "name": "pear/mail_mime",
        "version": "1.10.9",
        "version_normalized": "1.10.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Mail_Mime.git",
            "reference": "1e7ae4e5258b6c0d385a8e76add567934245d38d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/1e7ae4e5258b6c0d385a8e76add567934245d38d",
            "reference": "1e7ae4e5258b6c0d385a8e76add567934245d38d",
            "shasum": ""
        },
        "require": {
            "pear/pear-core-minimal": "*"
        },
        "time": "2020-06-27T08:35:27+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Mail": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "BSD-3-clause"
        ],
        "authors": [
            {
                "name": "Cipriano Groenendal",
                "email": "cipri@php.net",
                "role": "Lead"
            },
            {
                "name": "Aleksander Machniak",
                "email": "alec@php.net",
                "role": "Lead"
            }
        ],
        "description": "Mail_Mime provides classes to create MIME messages",
        "homepage": "http://pear.php.net/package/Mail_Mime"
    },
    {
        "name": "pear/net_smtp",
        "version": "1.9.2",
        "version_normalized": "1.9.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Net_SMTP.git",
            "reference": "18b5dbaa049bee5f6d02c9a4318db02472e2c922"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/18b5dbaa049bee5f6d02c9a4318db02472e2c922",
            "reference": "18b5dbaa049bee5f6d02c9a4318db02472e2c922",
            "shasum": ""
        },
        "require": {
            "pear/net_socket": "@stable",
            "pear/pear-core-minimal": "@stable",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "suggest": {
            "pear/auth_sasl": "Install optionally via your project's composer.json"
        },
        "time": "2020-08-13T01:26:09+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Net": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Jon Parise",
                "email": "jon@php.net",
                "homepage": "https://www.indelible.org",
                "role": "Lead"
            },
            {
                "name": "Chuck Hagenbuch",
                "email": "chuck@horde.org",
                "role": "Lead"
            }
        ],
        "description": "An implementation of the SMTP protocol",
        "homepage": "https://pear.github.io/Net_SMTP/",
        "keywords": [
            "email",
            "mail",
            "smtp"
        ]
    },
    {
        "name": "pear/net_socket",
        "version": "v1.2.2",
        "version_normalized": "1.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Net_Socket.git",
            "reference": "bbe6a12bb4f7059dba161f6ddd43f369c0ec8d09"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Net_Socket/zipball/bbe6a12bb4f7059dba161f6ddd43f369c0ec8d09",
            "reference": "bbe6a12bb4f7059dba161f6ddd43f369c0ec8d09",
            "shasum": ""
        },
        "require": {
            "pear/pear_exception": "*"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2015-03-22T15:48:19+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Net": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "PHP License"
        ],
        "authors": [
            {
                "name": "Chuck Hagenbuch",
                "email": "chuck@horde.org",
                "role": "Lead"
            },
            {
                "name": "Aleksander Machniak",
                "email": "alec@php.net",
                "role": "Lead"
            },
            {
                "name": "Stig Bakken",
                "email": "stig@php.net",
                "role": "Lead"
            }
        ],
        "description": "More info available on: http://pear.php.net/package/Net_Socket"
    },
    {
        "name": "pear/pear-core-minimal",
        "version": "v1.10.10",
        "version_normalized": "1.10.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/pear-core-minimal.git",
            "reference": "625a3c429d9b2c1546438679074cac1b089116a7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7",
            "reference": "625a3c429d9b2c1546438679074cac1b089116a7",
            "shasum": ""
        },
        "require": {
            "pear/console_getopt": "~1.4",
            "pear/pear_exception": "~1.0"
        },
        "replace": {
            "rsky/pear-core-min": "self.version"
        },
        "time": "2019-11-19T19:00:24+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "src/"
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Christian Weiske",
                "email": "cweiske@php.net",
                "role": "Lead"
            }
        ],
        "description": "Minimal set of PEAR core files to be used as composer dependency"
    },
    {
        "name": "pear/pear_exception",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/PEAR_Exception.git",
            "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
            "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
            "shasum": ""
        },
        "require": {
            "php": ">=4.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2019-12-10T10:24:42+00:00",
        "type": "class",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "PEAR/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "."
        ],
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Helgi Thormar",
                "email": "dufuz@php.net"
            },
            {
                "name": "Greg Beaver",
                "email": "cellog@php.net"
            }
        ],
        "description": "The PEAR Exception base class.",
        "homepage": "https://github.com/pear/PEAR_Exception",
        "keywords": [
            "exception"
        ]
    },
    {
        "name": "php-mime-mail-parser/php-mime-mail-parser",
        "version": "2.11.1",
        "version_normalized": "2.11.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
            "reference": "4769e942ed0dbbdd7882fc390b119d625463c8af"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/4769e942ed0dbbdd7882fc390b119d625463c8af",
            "reference": "4769e942ed0dbbdd7882fc390b119d625463c8af",
            "shasum": ""
        },
        "require": {
            "ext-mailparse": "*",
            "php": "^5.4.0 || ^7.0"
        },
        "replace": {
            "exorus/php-mime-mail-parser": "*",
            "messaged/php-mime-mail-parser": "*"
        },
        "require-dev": {
            "phpunit/php-token-stream": "^1.3.0",
            "phpunit/phpunit": "^4.0 || ^5.0",
            "satooshi/php-coveralls": "0.*",
            "squizlabs/php_codesniffer": "2.*"
        },
        "time": "2018-04-30T05:55:59+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpMimeMailParser\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "bucabay",
                "email": "gabe@fijiwebdesign.com",
                "homepage": "http://www.fijiwebdesign.com",
                "role": "Developer"
            },
            {
                "name": "eXorus",
                "email": "exorus.spam@gmail.com",
                "homepage": "https://github.com/eXorus/",
                "role": "Developer"
            },
            {
                "name": "M.Valinskis",
                "email": "M.Valins@gmail.com",
                "homepage": "https://code.google.com/p/php-mime-mail-parser",
                "role": "Developer"
            },
            {
                "name": "eugene.emmett.wood",
                "email": "gene_w@cementhorizon.com",
                "homepage": "https://code.google.com/p/php-mime-mail-parser",
                "role": "Developer"
            },
            {
                "name": "alknetso",
                "email": "alkne@gmail.com",
                "homepage": "https://code.google.com/p/php-mime-mail-parser",
                "role": "Developer"
            }
        ],
        "description": "Fully Tested Mailparse Extension Wrapper for PHP 5.4+",
        "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
        "keywords": [
            "MimeMailParser",
            "mail",
            "mailparse",
            "mime"
        ]
    },
    {
        "name": "phpoffice/phpexcel",
        "version": "1.8.2",
        "version_normalized": "1.8.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPOffice/PHPExcel.git",
            "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
            "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "ext-xml": "*",
            "ext-xmlwriter": "*",
            "php": "^5.2|^7.0"
        },
        "require-dev": {
            "squizlabs/php_codesniffer": "2.*"
        },
        "time": "2018-11-22T23:07:24+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PHPExcel": "Classes/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Maarten Balliauw",
                "homepage": "http://blog.maartenballiauw.be"
            },
            {
                "name": "Erik Tilt"
            },
            {
                "name": "Franck Lefevre",
                "homepage": "http://rootslabs.net"
            },
            {
                "name": "Mark Baker",
                "homepage": "http://markbakeruk.net"
            }
        ],
        "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
        "homepage": "https://github.com/PHPOffice/PHPExcel",
        "keywords": [
            "OpenXML",
            "excel",
            "php",
            "spreadsheet",
            "xls",
            "xlsx"
        ],
        "abandoned": "phpoffice/phpspreadsheet"
    },
    {
        "name": "pimple/pimple",
        "version": "v3.3.0",
        "version_normalized": "3.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silexphp/Pimple.git",
            "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930",
            "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5",
            "psr/container": "^1.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
        },
        "time": "2020-03-03T09:12:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pimple": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Pimple, a simple Dependency Injection Container",
        "homepage": "https://pimple.symfony.com",
        "keywords": [
            "container",
            "dependency injection"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "robthree/twofactorauth",
        "version": "1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/RobThree/TwoFactorAuth.git",
            "reference": "37983bf675c5baca09d19d6705170489d0df0002"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/37983bf675c5baca09d19d6705170489d0df0002",
            "reference": "37983bf675c5baca09d19d6705170489d0df0002",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "@stable"
        },
        "time": "2020-01-02T19:56:46+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "RobThree\\Auth\\": "lib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Rob Janssen",
                "homepage": "http://robiii.me",
                "role": "Developer"
            }
        ],
        "description": "Two Factor Authentication",
        "homepage": "https://github.com/RobThree/TwoFactorAuth",
        "keywords": [
            "Authentication",
            "MFA",
            "Multi Factor Authentication",
            "Two Factor Authentication",
            "authenticator",
            "authy",
            "php",
            "tfa"
        ]
    },
    {
        "name": "sabre/dav",
        "version": "3.0.9",
        "version_normalized": "3.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabre-io/dav.git",
            "reference": "b42593965211de1ce99f73bd3aede99c41258e08"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabre-io/dav/zipball/b42593965211de1ce99f73bd3aede99c41258e08",
            "reference": "b42593965211de1ce99f73bd3aede99c41258e08",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-date": "*",
            "ext-dom": "*",
            "ext-iconv": "*",
            "ext-mbstring": "*",
            "ext-pcre": "*",
            "ext-simplexml": "*",
            "ext-spl": "*",
            "lib-libxml": ">=2.7.0",
            "php": ">=5.4.1",
            "sabre/event": "~2.0",
            "sabre/http": "~4.0",
            "sabre/uri": "~1.0",
            "sabre/vobject": "^3.3.4",
            "sabre/xml": "~1.0"
        },
        "require-dev": {
            "evert/phpdoc-md": "~0.1.0",
            "phpunit/phpunit": "~4.2",
            "sabre/cs": "~0.0.2"
        },
        "suggest": {
            "ext-curl": "*",
            "ext-pdo": "*"
        },
        "time": "2016-04-07T00:32:57+00:00",
        "bin": [
            "bin/sabredav",
            "bin/naturalselection"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sabre\\DAV\\": "lib/DAV/",
                "Sabre\\DAVACL\\": "lib/DAVACL/",
                "Sabre\\CalDAV\\": "lib/CalDAV/",
                "Sabre\\CardDAV\\": "lib/CardDAV/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Evert Pot",
                "email": "me@evertpot.com",
                "homepage": "http://evertpot.com/",
                "role": "Developer"
            }
        ],
        "description": "WebDAV Framework for PHP",
        "homepage": "http://sabre.io/",
        "keywords": [
            "CalDAV",
            "CardDAV",
            "WebDAV",
            "framework",
            "iCalendar"
        ]
    },
    {
        "name": "sabre/event",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabre-io/event.git",
            "reference": "337b6f5e10ea6e0b21e22c7e5788dd3883ae73ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabre-io/event/zipball/337b6f5e10ea6e0b21e22c7e5788dd3883ae73ff",
            "reference": "337b6f5e10ea6e0b21e22c7e5788dd3883ae73ff",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.1"
        },
        "require-dev": {
            "phpunit/phpunit": "*",
            "sabre/cs": "~0.0.1"
        },
        "time": "2015-05-19T10:24:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sabre\\Event\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Evert Pot",
                "email": "me@evertpot.com",
                "homepage": "http://evertpot.com/",
                "role": "Developer"
            }
        ],
        "description": "sabre/event is a library for lightweight event-based programming",
        "homepage": "http://sabre.io/event/",
        "keywords": [
            "EventEmitter",
            "events",
            "hooks",
            "plugin",
            "promise",
            "signal"
        ]
    },
    {
        "name": "sabre/http",
        "version": "v4.2.4",
        "version_normalized": "4.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabre-io/http.git",
            "reference": "acccec4ba863959b2d10c1fa0fb902736c5c8956"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabre-io/http/zipball/acccec4ba863959b2d10c1fa0fb902736c5c8956",
            "reference": "acccec4ba863959b2d10c1fa0fb902736c5c8956",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-mbstring": "*",
            "php": ">=5.4",
            "sabre/event": ">=1.0.0,<4.0.0",
            "sabre/uri": "~1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.3",
            "sabre/cs": "~0.0.1"
        },
        "suggest": {
            "ext-curl": " to make http requests with the Client class"
        },
        "time": "2018-02-23T11:10:29+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/functions.php"
            ],
            "psr-4": {
                "Sabre\\HTTP\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Evert Pot",
                "email": "me@evertpot.com",
                "homepage": "http://evertpot.com/",
                "role": "Developer"
            }
        ],
        "description": "The sabre/http library provides utilities for dealing with http requests and responses. ",
        "homepage": "https://github.com/fruux/sabre-http",
        "keywords": [
            "http"
        ]
    },
    {
        "name": "sabre/uri",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabre-io/uri.git",
            "reference": "ada354d83579565949d80b2e15593c2371225e61"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabre-io/uri/zipball/ada354d83579565949d80b2e15593c2371225e61",
            "reference": "ada354d83579565949d80b2e15593c2371225e61",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.7"
        },
        "require-dev": {
            "phpunit/phpunit": ">=4.0,<6.0",
            "sabre/cs": "~1.0.0"
        },
        "time": "2017-02-20T19:59:28+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/functions.php"
            ],
            "psr-4": {
                "Sabre\\Uri\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Evert Pot",
                "email": "me@evertpot.com",
                "homepage": "http://evertpot.com/",
                "role": "Developer"
            }
        ],
        "description": "Functions for making sense out of URIs.",
        "homepage": "http://sabre.io/uri/",
        "keywords": [
            "rfc3986",
            "uri",
            "url"
        ]
    },
    {
        "name": "sabre/vobject",
        "version": "3.5.3",
        "version_normalized": "3.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabre-io/vobject.git",
            "reference": "129d80533a9ec0d9cacfb50b51180c34edb6874c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabre-io/vobject/zipball/129d80533a9ec0d9cacfb50b51180c34edb6874c",
            "reference": "129d80533a9ec0d9cacfb50b51180c34edb6874c",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.3.1"
        },
        "require-dev": {
            "phpunit/phpunit": "*",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2016-10-07T03:20:40+00:00",
        "bin": [
            "bin/vobject",
            "bin/generate_vcards"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sabre\\VObject\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Evert Pot",
                "email": "me@evertpot.com",
                "homepage": "http://evertpot.com/",
                "role": "Developer"
            },
            {
                "name": "Dominik Tobschall",
                "email": "dominik@fruux.com",
                "homepage": "http://tobschall.de/",
                "role": "Developer"
            }
        ],
        "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
        "homepage": "http://sabre.io/vobject/",
        "keywords": [
            "VObject",
            "iCalendar",
            "jCal",
            "jCard",
            "vCard"
        ]
    },
    {
        "name": "sabre/xml",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabre-io/xml.git",
            "reference": "f48d98c22a4a4bef76cabb5968ffaddbb2bb593e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabre-io/xml/zipball/f48d98c22a4a4bef76cabb5968ffaddbb2bb593e",
            "reference": "f48d98c22a4a4bef76cabb5968ffaddbb2bb593e",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-xmlreader": "*",
            "ext-xmlwriter": "*",
            "lib-libxml": ">=2.6.20",
            "php": ">=5.4.1",
            "sabre/uri": "~1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "*",
            "sabre/cs": "~0.0.2"
        },
        "time": "2016-05-19T21:56:49+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sabre\\Xml\\": "lib/"
            },
            "files": [
                "lib/Deserializer/functions.php",
                "lib/Serializer/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Evert Pot",
                "email": "me@evertpot.com",
                "homepage": "http://evertpot.com/",
                "role": "Developer"
            },
            {
                "name": "Markus Staab",
                "email": "markus.staab@redaxo.de",
                "role": "Developer"
            }
        ],
        "description": "sabre/xml is an XML library that you may not hate.",
        "homepage": "https://sabre.io/xml/",
        "keywords": [
            "XMLReader",
            "XMLWriter",
            "dom",
            "xml"
        ]
    },
    {
        "name": "slim/slim",
        "version": "3.12.3",
        "version_normalized": "3.12.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/Slim.git",
            "reference": "1c9318a84ffb890900901136d620b4f03a59da38"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/Slim/zipball/1c9318a84ffb890900901136d620b4f03a59da38",
            "reference": "1c9318a84ffb890900901136d620b4f03a59da38",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "ext-libxml": "*",
            "ext-simplexml": "*",
            "nikic/fast-route": "^1.0",
            "php": ">=5.5.0",
            "pimple/pimple": "^3.0",
            "psr/container": "^1.0",
            "psr/http-message": "^1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0",
            "squizlabs/php_codesniffer": "^2.5"
        },
        "time": "2019-11-28T17:40:33+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Slim\\": "Slim"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Josh Lockhart",
                "email": "hello@joshlockhart.com",
                "homepage": "https://joshlockhart.com"
            },
            {
                "name": "Andrew Smith",
                "email": "a.smith@silentworks.co.uk",
                "homepage": "http://silentworks.co.uk"
            },
            {
                "name": "Rob Allen",
                "email": "rob@akrabat.com",
                "homepage": "http://akrabat.com"
            },
            {
                "name": "Gabriel Manricks",
                "email": "gmanricks@me.com",
                "homepage": "http://gabrielmanricks.com"
            }
        ],
        "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
        "homepage": "https://slimframework.com",
        "keywords": [
            "api",
            "framework",
            "micro",
            "router"
        ]
    }
]
