{ "name": "auth0/wp-auth0", "description": "WordPress Plugin for Auth0", "homepage": "https://auth0.com/wordpress", "license": "GPLv2", "require": { "php": "^5.3 || ^7.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3", "wp-coding-standards/wpcs": "^1", "phpunit/phpunit": "^6.5.0", "phpcompatibility/phpcompatibility-wp": "*" }, "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\"", "phpcs-tests": "./vendor/bin/phpcs --standard=phpcs-test-ruleset.xml -s ./tests/", "phpcbf": "\"vendor/bin/phpcbf\"", "phpcbf-tests": "./vendor/bin/phpcbf --standard=phpcs-test-ruleset.xml -s ./tests/", "sniffs": "vendor/bin/phpcs --standard=phpcs-ruleset.xml -e", "test": "\"vendor/bin/phpunit\" --coverage-text", "test-ci": "vendor/bin/phpunit --debug --coverage-clover=coverage.xml", "pre-commit": [ "@compat", "@phpcbf", "@phpcbf-tests", "@phpcs-tests", "@test" ] } }