File: /home/enamadmin/public_html/wp-content/plugins/jetpack-search/composer.json
{
"name": "automattic/jetpack-search-plugin",
"description": "A cloud-powered replacement for WordPress' search.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-autoloader": "^3.0.7",
"automattic/jetpack-composer-plugin": "^2.0.1",
"automattic/jetpack-config": "^2.0.2",
"automattic/jetpack-connection": "^2.8.4",
"automattic/jetpack-identity-crisis": "^0.20.0",
"automattic/jetpack-my-jetpack": "^4.24.0",
"automattic/jetpack-search": "^0.44.7",
"automattic/jetpack-stats": "^0.12.5",
"automattic/jetpack-status": "^3.2.0",
"automattic/jetpack-sync": "^2.16.6"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.4",
"yoast/phpunit-polyfills": "1.1.0"
},
"autoload": {
"classmap": [
"src/"
]
},
"scripts": {
"phpunit": [
"./vendor/phpunit/phpunit/phpunit --colors=always"
],
"test-php": [
"@composer phpunit"
],
"build-production": "pnpm run build-production",
"build-development": "pnpm run build"
},
"repositories": [],
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"mirror-repo": "Automattic/jetpack-search-plugin",
"autorelease": true,
"autotagger": {
"v": false
},
"release-branch-prefix": "search",
"wp-plugin-slug": "jetpack-search",
"wp-svn-autopublish": true,
"changelogger": {
"link-template": "https://github.com/Automattic/jetpack-search-plugin/compare/${old}...${new}"
},
"version-constants": {
"JETPACK_SEARCH_PLUGIN__VERSION": "jetpack-search.php"
}
},
"config": {
"sort-packages": true,
"autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchâ“¥2_1_0",
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true,
"roots/wordpress-core-installer": true
}
}
}