File: /home/rearbear/public_html/wp-content/plugins/woo-razorpay/composer.wp-install.json
{
"name": "razorpay/razorpay-woocommerce",
"type": "project",
"license": "GPL-2.0-or-later",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"composer/installers": "^1.0",
"woocommerce/woocommerce": "^3.0"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"woocommerce/woocommerce": true,
"automattic/jetpack-autoloader": true
},
"audit": {
"ignore": {
"PKSA-sgm3-pd55-zhds": {
"apply": "all",
"reason": "Vulnerability does not affect our specific usage."
},
"PKSA-5c3v-z6jw-1fgc":"Vulnerability does not affect our specific usage.",
"PKSA-m2w3-cj2r-6yn5":"Vulnerability does not affect our specific usage.",
"PKSA-drmm-wx7b-585f":"Vulnerability does not affect our specific usage."
}
}
},
"extra": {
"installer-paths": {
"web/wp-content/plugins/{$name}": ["type:wordpress-plugin"],
"web/wp-content/mu-plugins/{$name}": ["type:wordpress-muplugin"],
"web/wp-content/themes/{$name}": ["type:wordpress-theme"]
}
}
}