File: /www/wwwroot/aiwellbore.com/wp-content/plugins/restrict-content/composer.json
{
"name": "restrictcontent/restrict-content",
"version": "3.2.12",
"type": "wordpress-plugin",
"description": "A simple, yet powerful membership solution for WordPress.",
"keywords": [ "rcp", "pippin", "membership"],
"homepage": "https://restrictcontentpro.com",
"authors": [
{
"name": "Pippin Williamson",
"email": "pippin@pippinsplugins.com",
"homepage": "https://restrictcontentpro.com"
},
{
"name": "Israel Barragan",
"email": "reedyseth@gmail.com",
"homepage": "https://restrictcontentpro.com"
}
],
"scripts": {
"cs": "./vendor/squizlabs/php_codesniffer/bin/phpcs .",
"cbf": "./vendor/squizlabs/php_codesniffer/bin/phpcbf .",
"strauss": [
"test -f ./bin/strauss.phar || curl -o bin/strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.13.0/strauss.phar",
"@php bin/strauss.phar",
"echo \"<?php\" > vendor/lucatume/di52/aliases.php",
"echo \"<?php\" > vendor/strauss/lucatume/di52/aliases.php"
],
"post-install-cmd": [
"@strauss"
],
"post-update-cmd": [
"@strauss"
]
},
"require": {
"lucatume/di52": "^3.0",
"stellarwp/container-contract": "^1.0",
"stellarwp/telemetry": "^1.0.5"
},
"autoload": {
"psr-4": {
"RCP\\": "core/includes/"
}
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
"wp-coding-standards/wpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
"phpunit/phpunit": "^7",
"szepeviktor/phpstan-wordpress": "^1.1"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"strauss": {
"target_directory": "vendor/strauss",
"classmap_prefix": "RCP",
"constant_prefix": "RCP",
"namespace_prefix": "RCP",
"delete_vendor_files": true,
"include_modified_date": false,
"include_author": false,
"packages": [
"lucatume/di52",
"psr/container",
"stellarwp/container-contract",
"stellarwp/telemetry"
]
}
}
}