![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/plugins/co-authors-plus/ |
{ "name": "automattic/co-authors-plus", "description": "Multiple bylines and Guest Authors for WordPress", "homepage": "http://wordpress.org/plugins/co-authors-plus/", "type": "wordpress-plugin", "license": "GPL-2.0+", "authors": [ { "name": "Daniel Bachhuber", "email": "[email protected]", "homepage": "http://danielbachhuber.com", "role": "Developer" }, { "name": "Automattic", "homepage": "http://automattic.com/" } ], "support": { "issues": "https://github.com/Automattic/Co-Authors-Plus/issues", "source": "https://github.com/Automattic/Co-Authors-Plus", "forum": "http://wordpress.org/support/plugin/co-authors-plus" }, "require": { "composer/installers": "~1.0", "php": ">=5.6" }, "require-dev": { "automattic/vipwpcs": "^2.2", "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7", "php-parallel-lint/php-parallel-lint": "^1.0", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpunit/phpunit": "^4 || ^5 || ^6 || ^7", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3.0", "yoast/phpunit-polyfills": "^1.0.1" }, "autoload": { "classmap": [ "php" ] }, "scripts": { "cs": [ "@php ./vendor/bin/phpcs -p -s -v -n . --standard=\"WordPress-VIP-Go\" --extensions=php --ignore=\"/vendor/*,/node_modules/*,/tests/*\"" ], "cbf": [ "@php ./vendor/bin/phpcbf -p -s -v -n . --standard=\"WordPress-VIP-Go\" --extensions=php --ignore=\"/vendor/*,/node_modules/*,/tests/*\"" ], "lint": [ "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git" ], "lint-ci": [ "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git --checkstyle" ], "prepare": [ "bash bin/install-wp-tests.sh wordpress_test root root localhost" ], "integration": [ "@php ./vendor/bin/phpunit --testsuite WP_Tests" ], "integration-ms": [ "@putenv WP_MULTISITE=1", "@composer integration" ] }, "config": { "allow-plugins": { "composer/installers": true, "dealerdirect/phpcodesniffer-composer-installer": true } } }