Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
Sum FM
/
1999
/
jetpack-redirect
:
composer.json
Advanced Search
Upload
New Item
CMD
Change Password
Back
Back Up
Advanced Editor
Save
{ "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": { "php": ">=7.2", "automattic/jetpack-status": "^6.0.3" }, "require-dev": { "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^4.0.0", "automattic/jetpack-changelogger": "^6.0.6", "automattic/phpunit-select-config": "^1.0.3" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "autoload": { "classmap": [ "src/" ] }, "scripts": { "phpunit": [ "phpunit-select-config phpunit.#.xml.dist --colors=always" ], "test-coverage": [ "php -dpcov.directory=. ./vendor/bin/phpunit-select-config phpunit.#.xml.dist --coverage-php \"$COVERAGE_DIR/php.cov\"" ], "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": "3.0.x-dev" } } }