[
    {
        "name": "boldgrid/library",
        "version": "2.12.0",
        "version_normalized": "2.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/BoldGrid/library.git",
            "reference": "02d8f828136ba6df876c1d5ddaf3d1e7309765a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/BoldGrid/library/zipball/02d8f828136ba6df876c1d5ddaf3d1e7309765a9",
            "reference": "02d8f828136ba6df876c1d5ddaf3d1e7309765a9",
            "shasum": ""
        },
        "time": "2020-02-06T17:29:29+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Boldgrid\\Library\\Util\\": "src/Util"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "Tim Elsass",
                "email": "dev@tim.ph",
                "homepage": "http://tim.ph",
                "role": "Developer"
            },
            {
                "name": "Rafael Ramos",
                "homepage": "http://rafael-ramos.com",
                "role": "Developer"
            },
            {
                "name": "Joe Cartonia",
                "email": "joec@boldgrid.com",
                "homepage": "https://twitter.com/joemotocss",
                "role": "Developer"
            },
            {
                "name": "bwmarkle",
                "role": "Developer"
            }
        ],
        "description": "The BoldGrid Library for shared code used in official BoldGrid plugins and themes."
    },
    {
        "name": "chland/tdcron",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/chland/tdcron",
            "reference": "origin/master"
        },
        "time": "2018-01-23T14:06:12+00:00",
        "type": "library",
        "installation-source": "source"
    },
    {
        "name": "ifsnop/mysqldump-php",
        "version": "dev-add-include-views",
        "version_normalized": "dev-add-include-views",
        "source": {
            "type": "git",
            "url": "https://github.com/BoldGrid/mysqldump-php.git",
            "reference": "e9d009e543795069272d09ed5cb71a865a805522"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/BoldGrid/mysqldump-php/zipball/e9d009e543795069272d09ed5cb71a865a805522",
            "reference": "e9d009e543795069272d09ed5cb71a865a805522",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.8.36",
            "squizlabs/php_codesniffer": "1.*"
        },
        "time": "2020-01-09T19:43:11+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Ifsnop\\": "src/Ifsnop/"
            }
        },
        "license": [
            "GPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Diego Torres",
                "homepage": "https://github.com/ifsnop",
                "role": "Developer"
            }
        ],
        "description": "PHP version of mysqldump cli that comes with MySQL",
        "homepage": "https://github.com/ifsnop/mysqldump-php",
        "keywords": [
            "database",
            "hhvm",
            "mariadb",
            "mysql",
            "mysql-backup",
            "mysqldump",
            "pdo",
            "php",
            "php5",
            "php7",
            "sql"
        ],
        "support": {
            "source": "https://github.com/BoldGrid/mysqldump-php/tree/add-include-views"
        }
    },
    {
        "name": "phpseclib/phpseclib",
        "version": "2.0.23",
        "version_normalized": "2.0.23.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpseclib/phpseclib.git",
            "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
            "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phing/phing": "~2.7",
            "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
            "sami/sami": "~2.0",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "suggest": {
            "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
            "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
            "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
            "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
        },
        "time": "2019-09-17T03:41:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "phpseclib/bootstrap.php"
            ],
            "psr-4": {
                "phpseclib\\": "phpseclib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jim Wigginton",
                "email": "terrafrost@php.net",
                "role": "Lead Developer"
            },
            {
                "name": "Patrick Monnerat",
                "email": "pm@datasphere.ch",
                "role": "Developer"
            },
            {
                "name": "Andreas Fischer",
                "email": "bantu@phpbb.com",
                "role": "Developer"
            },
            {
                "name": "Hans-Jürgen Petrich",
                "email": "petrich@tronic-media.com",
                "role": "Developer"
            },
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com",
                "role": "Developer"
            }
        ],
        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
        "homepage": "http://phpseclib.sourceforge.net",
        "keywords": [
            "BigInteger",
            "aes",
            "asn.1",
            "asn1",
            "blowfish",
            "crypto",
            "cryptography",
            "encryption",
            "rsa",
            "security",
            "sftp",
            "signature",
            "signing",
            "ssh",
            "twofish",
            "x.509",
            "x509"
        ]
    }
]
