{ "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", "phpcompatibility/phpcompatibility-wp": "*", "phpunit/phpunit": "^5.0 || ^6.0" }, "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-i18n": "\"vendor/bin/phpcs\" --sniffs=WordPress.WP.I18n ./lib/", "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-group": "\"vendor/bin/phpunit\" --coverage-text --group", "test-ci": "\"vendor/bin/phpunit\" --coverage-clover=coverage.xml", "pre-commit-no-tests": [ "@compat", "@phpcs-i18n", "@phpcbf", "@phpcbf-tests", "@phpcs-tests" ], "pre-commit": [ "@phpcbf", "@phpcbf-tests", "@phpcs-tests", "@compat", "@phpcs-i18n", "@test" ] }, "autoload-dev": { "classmap": ["tests/classes/", "tests/traits/"] } }