{
    "packages": [
        {
            "name": "gumlet/php-image-resize",
            "version": "1.9.2",
            "version_normalized": "1.9.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/gumlet/php-image-resize.git",
                "reference": "06339a9c1b167acd58173db226f57957a6617547"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/gumlet/php-image-resize/zipball/06339a9c1b167acd58173db226f57957a6617547",
                "reference": "06339a9c1b167acd58173db226f57957a6617547",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "ext-gd": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "apigen/apigen": "^4.1",
                "ext-exif": "*",
                "ext-gd": "*",
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^4.8"
            },
            "suggest": {
                "ext-exif": "Auto-rotate jpeg files"
            },
            "time": "2019-01-01T13:53:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Gumlet\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aditya Patadia",
                    "homepage": "http://aditya.patadia.org/"
                }
            ],
            "description": "PHP class to re-size and scale images",
            "homepage": "https://github.com/gumlet/php-image-resize",
            "keywords": [
                "image",
                "php",
                "resize",
                "scale"
            ],
            "support": {
                "issues": "https://github.com/gumlet/php-image-resize/issues",
                "source": "https://github.com/gumlet/php-image-resize/tree/master"
            },
            "install-path": "../gumlet/php-image-resize"
        },
        {
            "name": "kraken-io/kraken-php",
            "version": "1.6",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kraken-io/kraken-php.git",
                "reference": "56563df1b9a7829f7039cc6e712cf89fab655e26"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kraken-io/kraken-php/zipball/56563df1b9a7829f7039cc6e712cf89fab655e26",
                "reference": "56563df1b9a7829f7039cc6e712cf89fab655e26",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*"
            },
            "time": "2016-07-26T08:03:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Kraken": "lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kraken Image Optimizer",
                    "email": "support@kraken.io"
                }
            ],
            "description": "Official Kraken.io SDK",
            "support": {
                "issues": "https://github.com/kraken-io/kraken-php/issues",
                "source": "https://github.com/kraken-io/kraken-php/tree/master"
            },
            "install-path": "../kraken-io/kraken-php"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v6.6.3",
            "version_normalized": "6.6.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "9400f305a898f194caff5521f64e5dfa926626f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9400f305a898f194caff5521f64e5dfa926626f3",
                "reference": "9400f305a898f194caff5521f64e5dfa926626f3",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
                "doctrine/annotations": "^1.2",
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                "phpcompatibility/php-compatibility": "^9.3.5",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.6.2",
                "yoast/phpunit-polyfills": "^1.0.0"
            },
            "suggest": {
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                "psr/log": "For optional PSR-3 debug logging",
                "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
            },
            "time": "2022-06-20T09:21:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PHPMailer\\PHPMailer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-only"
            ],
            "authors": [
                {
                    "name": "Marcus Bointon",
                    "email": "phpmailer@synchromedia.co.uk"
                },
                {
                    "name": "Jim Jagielski",
                    "email": "jimjag@gmail.com"
                },
                {
                    "name": "Andy Prevost",
                    "email": "codeworxtech@users.sourceforge.net"
                },
                {
                    "name": "Brent R. Matzelle"
                }
            ],
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
            "support": {
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.3"
            },
            "funding": [
                {
                    "url": "https://github.com/Synchro",
                    "type": "github"
                }
            ],
            "install-path": "../phpmailer/phpmailer"
        },
        {
            "name": "thegrommet/image-resizer",
            "version": "v1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thegrommet/image-resizer.git",
                "reference": "d2d1965cf29b01620ff060ca38c5d8153660e4a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thegrommet/image-resizer/zipball/d2d1965cf29b01620ff060ca38c5d8153660e4a1",
                "reference": "d2d1965cf29b01620ff060ca38c5d8153660e4a1",
                "shasum": ""
            },
            "require": {
                "ext-gd": "^7.3",
                "gumlet/php-image-resize": "^1.9",
                "kraken-io/kraken-php": "^1.6",
                "php": "^7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.2",
                "squizlabs/php_codesniffer": "^3.4"
            },
            "time": "2020-10-21T15:16:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Todd Mannherz",
                    "email": "todd@thegrommet.com"
                }
            ],
            "description": "A PHP library for resizing images",
            "support": {
                "source": "https://github.com/thegrommet/image-resizer/tree/v1.1.1"
            },
            "install-path": "../thegrommet/image-resizer"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
