{
    "packages": [
        {
            "name": "codexpert/plugin",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/codexpertio/plugin.git",
                "reference": "c9d2cfd3fd438f39cbe2472a98e189fe251b0c86"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/codexpertio/plugin/zipball/c9d2cfd3fd438f39cbe2472a98e189fe251b0c86",
                "reference": "c9d2cfd3fd438f39cbe2472a98e189fe251b0c86",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2025-04-29T08:44:48+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Codexpert",
                    "email": "hello@codexpert.io",
                    "homepage": "https://codexpert.io",
                    "role": "Developer"
                }
            ],
            "description": "Plugin tools for Codexpert",
            "homepage": "https://bitbucket.org/codexpertio/codexpert-plugin",
            "keywords": [
                "codexpert",
                "plugin"
            ],
            "support": {
                "issues": "https://github.com/codexpertio/plugin/issues",
                "source": "https://github.com/codexpertio/plugin/tree/master"
            },
            "install-path": "../codexpert/plugin"
        },
        {
            "name": "pluggable/marketing",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/pluggableio/marketing.git",
                "reference": "f07968516a9e47cb830ffc315e4c8c6be078dfef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pluggableio/marketing/zipball/f07968516a9e47cb830ffc315e4c8c6be078dfef",
                "reference": "f07968516a9e47cb830ffc315e4c8c6be078dfef",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2025-04-20T05:20:32+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pluggable",
                    "email": "hi@pluggable.io",
                    "homepage": "https://pluggable.io",
                    "role": "Developer"
                }
            ],
            "description": "Marketing toolkit for Pluggable plugins",
            "homepage": "https://bitbucket.org/pluggableio/marketing/",
            "keywords": [
                "marketing",
                "pluggable"
            ],
            "support": {
                "issues": "https://github.com/pluggableio/marketing/issues",
                "source": "https://github.com/pluggableio/marketing/tree/master"
            },
            "install-path": "../pluggable/marketing"
        },
        {
            "name": "rosell-dk/exec-with-fallback",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/rosell-dk/exec-with-fallback.git",
                "reference": "f88a6b29abd0b580566056b7c1eb0434eb5db20d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/rosell-dk/exec-with-fallback/zipball/f88a6b29abd0b580566056b7c1eb0434eb5db20d",
                "reference": "f88a6b29abd0b580566056b7c1eb0434eb5db20d",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 | ^7.0 | ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.11",
                "phpunit/phpunit": "^9.3",
                "squizlabs/php_codesniffer": "3.*"
            },
            "suggest": {
                "php-stan/php-stan": "Suggested for dev, in order to analyse code before committing"
            },
            "time": "2021-12-08T12:09:43+00:00",
            "type": "library",
            "extra": {
                "scripts-descriptions": {
                    "ci": "Run tests before CI",
                    "test": "Launches the preconfigured PHPUnit",
                    "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
                    "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
                    "phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
                    "cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ExecWithFallback\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bjørn Rosell",
                    "homepage": "https://www.bitwise-it.dk/contact",
                    "role": "Project Author"
                }
            ],
            "description": "An exec() with fallback to emulations (proc_open, etc)",
            "keywords": [
                "command",
                "exec",
                "fallback",
                "open_proc",
                "resiliant",
                "sturdy"
            ],
            "support": {
                "issues": "https://github.com/rosell-dk/exec-with-fallback/issues",
                "source": "https://github.com/rosell-dk/exec-with-fallback/tree/1.2.0"
            },
            "funding": [
                {
                    "url": "https://github.com/rosell-dk",
                    "type": "github"
                },
                {
                    "url": "https://ko-fi.com/rosell",
                    "type": "ko_fi"
                }
            ],
            "install-path": "../rosell-dk/exec-with-fallback"
        },
        {
            "name": "rosell-dk/image-mime-type-guesser",
            "version": "0.4.0",
            "version_normalized": "0.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/rosell-dk/image-mime-type-guesser.git",
                "reference": "5ff1c218faccb6ad7146b012e9544229271b30a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/rosell-dk/image-mime-type-guesser/zipball/5ff1c218faccb6ad7146b012e9544229271b30a9",
                "reference": "5ff1c218faccb6ad7146b012e9544229271b30a9",
                "shasum": ""
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.11",
                "phpunit/phpunit": "^9.3",
                "squizlabs/php_codesniffer": "3.*"
            },
            "time": "2021-07-01T17:31:37+00:00",
            "type": "library",
            "extra": {
                "scripts-descriptions": {
                    "ci": "Run tests before CI",
                    "test": "Launches the preconfigured PHPUnit",
                    "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
                    "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
                    "phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
                    "cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ImageMimeTypeGuesser\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bjørn Rosell",
                    "homepage": "https://www.bitwise-it.dk/contact",
                    "role": "Project Author"
                }
            ],
            "description": "Guess mime type of images",
            "keywords": [
                "image",
                "images",
                "mime",
                "mime type"
            ],
            "support": {
                "issues": "https://github.com/rosell-dk/image-mime-type-guesser/issues",
                "source": "https://github.com/rosell-dk/image-mime-type-guesser/tree/0.4.0"
            },
            "funding": [
                {
                    "url": "https://github.com/rosell-dk",
                    "type": "github"
                },
                {
                    "url": "https://ko-fi.com/rosell",
                    "type": "ko_fi"
                }
            ],
            "install-path": "../rosell-dk/image-mime-type-guesser"
        },
        {
            "name": "rosell-dk/webp-convert",
            "version": "2.9.0",
            "version_normalized": "2.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/rosell-dk/webp-convert.git",
                "reference": "e8cb8d5bec49e85638d674f34b6eb4e2820d7aee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/rosell-dk/webp-convert/zipball/e8cb8d5bec49e85638d674f34b6eb4e2820d7aee",
                "reference": "e8cb8d5bec49e85638d674f34b6eb4e2820d7aee",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 | ^7.0 | ^8.0",
                "rosell-dk/exec-with-fallback": "^1.0.0",
                "rosell-dk/image-mime-type-guesser": "^0.4.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.11",
                "phpunit/phpunit": "^9.3",
                "squizlabs/php_codesniffer": "3.*"
            },
            "suggest": {
                "ext-gd": "to use GD extension for converting. Note: Gd must be compiled with webp support",
                "ext-imagick": "to use Imagick extension for converting. Note: Gd must be compiled with webp support",
                "ext-vips": "to use Vips extension for converting.",
                "php-stan/php-stan": "Suggested for dev, in order to analyse code before committing"
            },
            "time": "2021-12-07T08:26:21+00:00",
            "type": "library",
            "extra": {
                "scripts-descriptions": {
                    "ci": "Run tests before CI",
                    "test": "Launches the preconfigured PHPUnit",
                    "phpcs": "Checks coding styles (PSR2) of file/dir, which you must supply. To check all, supply 'src'",
                    "cs-fix": "Fix the coding style of a PHP file or directory, which you must specify.",
                    "phpcbf": "Fix coding styles (PSR2) of file/dir, which you must supply. To fix all, supply 'src'",
                    "cs-fix-all": "Fix the coding style of all the source files, to comply with the PSR-2 coding standard"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WebPConvert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bjørn Rosell",
                    "homepage": "https://www.bitwise-it.dk/contact",
                    "role": "Project Author"
                },
                {
                    "name": "Martin Folkers",
                    "homepage": "https://twobrain.io",
                    "role": "Collaborator"
                }
            ],
            "description": "Convert JPEG & PNG to WebP with PHP",
            "keywords": [
                "Webp",
                "cwebp",
                "gd",
                "image conversion",
                "images",
                "imagick",
                "jpg",
                "jpg2webp",
                "png",
                "png2webp"
            ],
            "support": {
                "issues": "https://github.com/rosell-dk/webp-convert/issues",
                "source": "https://github.com/rosell-dk/webp-convert/tree/2.9.0"
            },
            "funding": [
                {
                    "url": "https://github.com/rosell-dk",
                    "type": "github"
                },
                {
                    "url": "https://ko-fi.com/rosell",
                    "type": "ko_fi"
                }
            ],
            "install-path": "../rosell-dk/webp-convert"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
