File "composer.json"

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

{
	"name": "automattic/jetpack-autoloader",
	"description": "Creates a custom autoloader for a plugin or theme.",
	"type": "composer-plugin",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"autoload",
		"autoloader",
		"composer",
		"plugin",
		"jetpack",
		"wordpress"
	],
	"require": {
		"composer-plugin-api": "^1.1 || ^2.0"
	},
	"require-dev": {
		"yoast/phpunit-polyfills": "1.1.0",
		"automattic/jetpack-changelogger": "^3.3.11"
	},
	"autoload": {
		"classmap": [
			"src/AutoloadGenerator.php"
		],
		"psr-4": {
			"Automattic\\Jetpack\\Autoloader\\": "src"
		}
	},
	"scripts": {
		"phpunit": [
			"./vendor/phpunit/phpunit/phpunit --colors=always"
		],
		"test-php": [
			"@composer phpunit"
		]
	},
	"minimum-stability": "dev",
	"prefer-stable": true,
	"extra": {
		"autotagger": true,
		"class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin",
		"mirror-repo": "Automattic/jetpack-autoloader",
		"changelogger": {
			"link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}"
		},
		"version-constants": {
			"::VERSION": "src/AutoloadGenerator.php"
		},
		"branch-alias": {
			"dev-trunk": "2.12.x-dev"
		}
	}
}