File "composer.json"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce-services/vendor/automattic/jetpack-redirect/composer.json
File size: 1001 B
MIME-type: application/json
Charset: utf-8

{
	"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.18.4"
	},
	"require-dev": {
		"brain/monkey": "2.6.1",
		"yoast/phpunit-polyfills": "1.1.0",
		"automattic/jetpack-changelogger": "^3.3.9"
	},
	"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"
		]
	},
	"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"
		}
	}
}