[
    {
        "name": "dealerdirect/phpcodesniffer-composer-installer",
        "version": "v0.4.4",
        "version_normalized": "0.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
            "reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/2e41850d5f7797cbb1af7b030d245b3b24e63a08",
            "reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0",
            "php": "^5.3|^7",
            "squizlabs/php_codesniffer": "*"
        },
        "require-dev": {
            "composer/composer": "*",
            "wimg/php-compatibility": "^8.0"
        },
        "suggest": {
            "dealerdirect/qa-tools": "All the PHP QA tools you'll need"
        },
        "time": "2017-12-06T16:27:17+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Franck Nijhof",
                "email": "f.nijhof@dealerdirect.nl",
                "homepage": "http://workingatdealerdirect.eu",
                "role": "Developer"
            }
        ],
        "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
        "homepage": "http://workingatdealerdirect.eu",
        "keywords": [
            "PHPCodeSniffer",
            "PHP_CodeSniffer",
            "code quality",
            "codesniffer",
            "composer",
            "installer",
            "phpcs",
            "plugin",
            "qa",
            "quality",
            "standard",
            "standards",
            "style guide",
            "stylecheck",
            "tests"
        ]
    },
    {
        "name": "mpdf/mpdf",
        "version": "v7.1.5",
        "version_normalized": "7.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mpdf/mpdf.git",
            "reference": "2ed29c3a59fa23e77052e9d7fa7e31c707fb7502"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mpdf/mpdf/zipball/2ed29c3a59fa23e77052e9d7fa7e31c707fb7502",
            "reference": "2ed29c3a59fa23e77052e9d7fa7e31c707fb7502",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "ext-mbstring": "*",
            "myclabs/deep-copy": "^1.7",
            "paragonie/random_compat": "^1.4|^2.0|9.99.99",
            "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0",
            "psr/log": "^1.0",
            "setasign/fpdi": "1.6.*"
        },
        "require-dev": {
            "mockery/mockery": "^0.9.5",
            "phpunit/phpunit": "^5.0",
            "squizlabs/php_codesniffer": "^2.7.0",
            "tracy/tracy": "^2.4"
        },
        "suggest": {
            "ext-bcmath": "Needed for generation of some types of barcodes",
            "ext-xml": "Needed mainly for SVG manipulation",
            "ext-zlib": "Needed for compression of embedded resources, such as fonts"
        },
        "time": "2018-09-19T09:58:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-development": "7.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Mpdf\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-only"
        ],
        "authors": [
            {
                "name": "Matěj Humpál",
                "role": "Developer, maintainer"
            },
            {
                "name": "Ian Back",
                "role": "Developer (retired)"
            }
        ],
        "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
        "homepage": "https://mpdf.github.io",
        "keywords": [
            "pdf",
            "php",
            "utf-8"
        ]
    },
    {
        "name": "myclabs/deep-copy",
        "version": "1.8.1",
        "version_normalized": "1.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/myclabs/DeepCopy.git",
            "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
            "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "replace": {
            "myclabs/deep-copy": "self.version"
        },
        "require-dev": {
            "doctrine/collections": "^1.0",
            "doctrine/common": "^2.6",
            "phpunit/phpunit": "^7.1"
        },
        "time": "2018-06-11T23:09:50+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeepCopy\\": "src/DeepCopy/"
            },
            "files": [
                "src/DeepCopy/deep_copy.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Create deep copies (clones) of your objects",
        "keywords": [
            "clone",
            "copy",
            "duplicate",
            "object",
            "object graph"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v9.99.99",
        "version_normalized": "9.99.99.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "shasum": ""
        },
        "require": {
            "php": "^7"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*",
            "vimeo/psalm": "^1"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2018-07-02T15:55:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-10T12:19:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "setasign/fpdi",
        "version": "1.6.2",
        "version_normalized": "1.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Setasign/FPDI.git",
            "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
            "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
            "shasum": ""
        },
        "suggest": {
            "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
            "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
            "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
        },
        "time": "2017-05-11T14:25:49+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "filters/",
                "fpdi.php",
                "fpdf_tpl.php",
                "fpdi_pdf_parser.php",
                "pdf_context.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jan Slabon",
                "email": "jan.slabon@setasign.com",
                "homepage": "https://www.setasign.com"
            }
        ],
        "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
        "homepage": "https://www.setasign.com/fpdi",
        "keywords": [
            "fpdf",
            "fpdi",
            "pdf"
        ]
    },
    {
        "name": "squizlabs/php_codesniffer",
        "version": "2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
            "reference": "b301c98f19414d836fdaa678648745fcca5aeb4f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b301c98f19414d836fdaa678648745fcca5aeb4f",
            "reference": "b301c98f19414d836fdaa678648745fcca5aeb4f",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=5.1.2"
        },
        "time": "2015-01-21T22:44:05+00:00",
        "bin": [
            "scripts/phpcs",
            "scripts/phpcbf"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "CodeSniffer.php",
                "CodeSniffer/CLI.php",
                "CodeSniffer/Exception.php",
                "CodeSniffer/File.php",
                "CodeSniffer/Fixer.php",
                "CodeSniffer/Report.php",
                "CodeSniffer/Reporting.php",
                "CodeSniffer/Sniff.php",
                "CodeSniffer/Tokens.php",
                "CodeSniffer/Reports/",
                "CodeSniffer/Tokenizers/",
                "CodeSniffer/DocGenerators/",
                "CodeSniffer/Standards/AbstractPatternSniff.php",
                "CodeSniffer/Standards/AbstractScopeSniff.php",
                "CodeSniffer/Standards/AbstractVariableSniff.php",
                "CodeSniffer/Standards/IncorrectPatternException.php",
                "CodeSniffer/Standards/Generic/Sniffs/",
                "CodeSniffer/Standards/MySource/Sniffs/",
                "CodeSniffer/Standards/PEAR/Sniffs/",
                "CodeSniffer/Standards/PSR1/Sniffs/",
                "CodeSniffer/Standards/PSR2/Sniffs/",
                "CodeSniffer/Standards/Squiz/Sniffs/",
                "CodeSniffer/Standards/Zend/Sniffs/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Greg Sherwood",
                "role": "lead"
            }
        ],
        "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
        "homepage": "http://www.squizlabs.com/php-codesniffer",
        "keywords": [
            "phpcs",
            "standards"
        ]
    },
    {
        "name": "wimg/php-compatibility",
        "version": "8.1.0",
        "version_normalized": "8.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/wimg/PHPCompatibility.git",
            "reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e",
            "reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3",
            "squizlabs/php_codesniffer": "^2.2 || ^3.0.2"
        },
        "conflict": {
            "squizlabs/php_codesniffer": "2.6.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
        },
        "suggest": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
        },
        "time": "2017-12-27T21:58:38+00:00",
        "type": "phpcodesniffer-standard",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PHPCompatibility\\": "PHPCompatibility/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Wim Godden",
                "role": "lead"
            }
        ],
        "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
        "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
        "keywords": [
            "compatibility",
            "phpcs",
            "standards"
        ]
    },
    {
        "name": "wp-coding-standards/wpcs",
        "version": "0.9.0",
        "version_normalized": "0.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
            "reference": "b415094aa5fd24da6eba2295323bcff840902dd3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/b415094aa5fd24da6eba2295323bcff840902dd3",
            "reference": "b415094aa5fd24da6eba2295323bcff840902dd3",
            "shasum": ""
        },
        "require": {
            "squizlabs/php_codesniffer": "~2.2"
        },
        "time": "2016-02-01T16:14:59+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Contributors",
                "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
            }
        ],
        "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
        "keywords": [
            "phpcs",
            "standards",
            "wordpress"
        ]
    }
]
