File "composer.json"

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

{
	"name": "automattic/jetpack-constants",
	"description": "A wrapper for defining constants in a more testable way.",
	"type": "jetpack-library",
	"license": "GPL-2.0-or-later",
	"require": {},
	"require-dev": {
		"brain/monkey": "2.6.1",
		"yoast/phpunit-polyfills": "1.1.0",
		"automattic/jetpack-changelogger": "^3.3.8"
	},
	"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-constants",
		"changelogger": {
			"link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}"
		},
		"branch-alias": {
			"dev-trunk": "1.6.x-dev"
		}
	}
}