{ "name": "automattic/jetpack-image-cdn", "description": "Serve images through Jetpack's powerful CDN", "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", "automattic/jetpack-assets": "^2.1.12", "automattic/jetpack-status": "^3.3.1" }, "require-dev": { "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0", "automattic/jetpack-changelogger": "^4.2.4" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "autoload": { "classmap": [ "src/" ] }, "scripts": { "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], "test-php": [ "@composer phpunit" ], "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" }, "minimum-stability": "dev", "prefer-stable": true, "extra": { "mirror-repo": "Automattic/jetpack-image-cdn", "changelogger": { "link-template": "https://github.com/Automattic/jetpack-image-cdn/compare/v${old}...v${new}" }, "autotagger": true, "branch-alias": { "dev-trunk": "0.4.x-dev" }, "textdomain": "jetpack-image-cdn", "version-constants": { "::PACKAGE_VERSION": "src/class-image-cdn.php" } }, "config": { "allow-plugins": { "roots/wordpress-core-installer": true } } }