{ "name": "auth0/wp-auth0", "description": "WordPress Plugin for Auth0", "homepage": "https://auth0.com/wordpress", "license": "GPLv2", "require": { "php": "^5.3 || ^7.0" }, "require-dev": { "phpcompatibility/php-compatibility": "^8.1", "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3", "wp-coding-standards/wpcs": "^0.14.1", "phpunit/phpunit": "5.7.*" }, "authors": [ { "name": "Auth0", "email": "support@auth0.com" }, { "name": "Josh Cunningham", "email": "josh@joshcanhelp.com" } ], "support": { "forum": "https://community.auth0.com/tags/wordpress", "source": "https://github.com/auth0/wp-auth0", "issues": "https://github.com/auth0/wp-auth0/issues", "docs": "https://auth0.com/docs/cms/wordpress" }, "minimum-stability": "stable", "scripts": { "compat": "./vendor/bin/phpcs --standard=phpcs-compat-ruleset.xml .", "phpcs": "./vendor/bin/phpcs --standard=phpcs-ruleset.xml -s .", "phpcs-tests": "./vendor/bin/phpcs --standard=phpcs-test-ruleset.xml -s ./tests/", "phpcs-path": "SHELL_INTERACTIVE=1 ./vendor/bin/phpcs --standard=phpcs-ruleset.xml -s", "phpcbf": "./vendor/bin/phpcbf --standard=phpcs-ruleset.xml .", "phpcbf-tests": "./vendor/bin/phpcbf --standard=phpcs-test-ruleset.xml -s ./tests/", "phpcbf-path": "SHELL_INTERACTIVE=1 ./vendor/bin/phpcbf --standard=phpcs-ruleset.xml", "sniffs": "./vendor/bin/phpcs --standard=phpcs-ruleset.xml -e", "test": "./vendor/bin/phpunit --coverage-text", "test-path": "SHELL_INTERACTIVE=1 ./vendor/bin/phpunit" } }