/home/arranoyd/public_html/wp-content/plugins/brizy/vendor/composer/installed.json
[
    {
        "name": "bagrinsergiu/brizy-migration-utils",
        "version": "1.3",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "git@github.com:bagrinsergiu/brizy-migration-utils.git",
            "reference": "22f262e2abc0c5e98826e726813abc8be57406ab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bagrinsergiu/brizy-migration-utils/zipball/22f262e2abc0c5e98826e726813abc8be57406ab",
            "reference": "22f262e2abc0c5e98826e726813abc8be57406ab",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "8.2.1"
        },
        "time": "2019-10-10T07:44:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Brizy": "src/"
            }
        },
        "autoload-dev": {
            "classmap": [
                "tests/"
            ]
        },
        "authors": [
            {
                "name": "Alex Zaharia",
                "email": "alecszaharia@gmail.com"
            }
        ],
        "description": "Data migration utils",
        "support": {
            "source": "https://github.com/bagrinsergiu/brizy-migration-utils/tree/1.3",
            "issues": "https://github.com/bagrinsergiu/brizy-migration-utils/issues"
        }
    },
    {
        "name": "enshrined/svg-sanitize",
        "version": "0.13.3",
        "version_normalized": "0.13.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/darylldoyle/svg-sanitizer.git",
            "reference": "bc66593f255b7d2613d8f22041180036979b6403"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/bc66593f255b7d2613d8f22041180036979b6403",
            "reference": "bc66593f255b7d2613d8f22041180036979b6403",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-libxml": "*"
        },
        "require-dev": {
            "codeclimate/php-test-reporter": "^0.1.2",
            "phpunit/phpunit": "^6"
        },
        "time": "2020-01-20T01:34:17+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "enshrined\\svgSanitize\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "Daryll Doyle",
                "email": "daryll@enshrined.co.uk"
            }
        ],
        "description": "An SVG sanitizer for PHP"
    },
    {
        "name": "knplabs/gaufrette",
        "version": "v0.3",
        "version_normalized": "0.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/Gaufrette.git",
            "reference": "c76d77238da8261a788fcf2f5e459f825795aa58"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/c76d77238da8261a788fcf2f5e459f825795aa58",
            "reference": "c76d77238da8261a788fcf2f5e459f825795aa58",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "conflict": {
            "microsoft/windowsazure": "<0.4.3"
        },
        "require-dev": {
            "amazonwebservices/aws-sdk-for-php": "1.5.*",
            "aws/aws-sdk-php": "~2",
            "doctrine/dbal": ">=2.3",
            "dropbox-php/dropbox-php": "*",
            "google/apiclient": "~1.1.3",
            "herzult/php-ssh": "*",
            "league/flysystem": "~1.0",
            "mikey179/vfsstream": "~1.2.0",
            "phpseclib/phpseclib": "^2.0",
            "phpspec/phpspec": "~2.4",
            "phpunit/phpunit": "3.7.*",
            "rackspace/php-opencloud": "1.9.*"
        },
        "suggest": {
            "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
            "aws/aws-sdk-php": "to use the Amazon S3 adapter",
            "doctrine/dbal": "to use the Doctrine DBAL adapter",
            "dropbox-php/dropbox-php": "to use the Dropbox adapter",
            "ext-apc": "to use the APC adapter",
            "ext-curl": "*",
            "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
            "ext-mbstring": "*",
            "ext-mongo": "*",
            "ext-zip": "to use the Zip adapter",
            "google/apiclient": "to use GoogleCloudStorage adapter",
            "herzult/php-ssh": "to use SFtp adapter",
            "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
            "league/flysystem": "to use Flysystem adapters",
            "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
            "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
            "rackspace/php-opencloud": "to use Opencloud adapter"
        },
        "time": "2017-03-02T14:13:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Gaufrette": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "The contributors",
                "homepage": "http://github.com/knplabs/Gaufrette/contributors"
            },
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            }
        ],
        "description": "PHP5 library that provides a filesystem abstraction layer",
        "homepage": "http://knplabs.com",
        "keywords": [
            "abstraction",
            "file",
            "filesystem",
            "media"
        ]
    },
    {
        "name": "select2/select2",
        "version": "4.0.13",
        "version_normalized": "4.0.13.0",
        "source": {
            "type": "git",
            "url": "https://github.com/select2/select2.git",
            "reference": "45f2b83ceed5231afa7b3d5b12b58ad335edd82e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/select2/select2/zipball/45f2b83ceed5231afa7b3d5b12b58ad335edd82e",
            "reference": "45f2b83ceed5231afa7b3d5b12b58ad335edd82e",
            "shasum": ""
        },
        "time": "2020-01-28T05:01:22+00:00",
        "type": "component",
        "extra": {
            "component": {
                "scripts": [
                    "dist/js/select2.js"
                ],
                "styles": [
                    "dist/css/select2.css"
                ],
                "files": [
                    "dist/js/select2.js",
                    "dist/js/i18n/*.js",
                    "dist/css/select2.css"
                ]
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Select2 is a jQuery based replacement for select boxes.",
        "homepage": "https://select2.org/"
    },
    {
        "name": "shortpixel/shortpixel-php",
        "version": "v1.6.2",
        "version_normalized": "1.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/short-pixel-optimizer/shortpixel-php.git",
            "reference": "c009c1b6728ec8686760e4d2ab1a2606dc0a2695"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/short-pixel-optimizer/shortpixel-php/zipball/c009c1b6728ec8686760e4d2ab1a2606dc0a2695",
            "reference": "c009c1b6728ec8686760e4d2ab1a2606dc0a2695",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "lib-curl": ">=7.20.0",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0",
            "symfony/yaml": "~2.0"
        },
        "time": "2019-12-10T12:42:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/ShortPixel.php",
                "lib/ShortPixel/Exception.php"
            ],
            "psr-4": {
                "ShortPixel\\": "lib/ShortPixel/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Simon Duduica",
                "email": "simon@shortpixel.com"
            }
        ],
        "description": "ShortPixel PHP SDK. Read more at https://shortpixel.com/api-tools",
        "homepage": "https://shortpixel.com/api",
        "keywords": [
            "api",
            "compress",
            "images",
            "optimize",
            "shortpixel"
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
            "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2020-02-27T09:26:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v1.42.0",
        "version_normalized": "1.42.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "2983fcf2e20a4afe95f07e61d89a7590b3c8df2e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/2983fcf2e20a4afe95f07e61d89a7590b3c8df2e",
            "reference": "2983fcf2e20a4afe95f07e61d89a7590b3c8df2e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "^2.7",
            "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0"
        },
        "time": "2019-05-31T06:20:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.42-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "https://twig.symfony.com/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "https://twig.symfony.com",
        "keywords": [
            "templating"
        ]
    }
]