{ "name": "automattic/jetpack-redirect", "description": "Utilities to build URLs to the jetpack.com/redirect/ service", "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { "automattic/jetpack-status": "^1.15.2" }, "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4", "automattic/jetpack-changelogger": "^3.2.2" }, "autoload": { "classmap": [ "src/" ] }, "scripts": { "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], "test-coverage": [ "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-clover \"$COVERAGE_DIR/clover.xml\"" ], "test-php": [ "@composer phpunit" ] }, "minimum-stability": "dev", "prefer-stable": true, "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-redirect", "changelogger": { "link-template": "https://github.com/Automattic/jetpack-redirect/compare/v${old}...v${new}" }, "branch-alias": { "dev-trunk": "1.7.x-dev" } } }