{ "name": "daggerhart/openid-connect-generic", "type": "wordpress-plugin", "license": "GPL-2.0-only", "description": "OpenID Connect generic WordPress plugin.", "homepage": "https://github.com/daggerhart/openid-connect-generic", "authors": [ { "name": "Jonathan Daggerhart", "email": "jonathan@daggerhart.com", "homepage": "https://github.com/daggerhart" }, { "name": "Tim Nolte", "email": "tim.nolte@ndigitals.com", "homepage": "https://github.com/timnolte" } ], "keywords": [ "wordpress", "openid" ], "support": { "issues": "https://github.com/daggerhart/openid-connect-generic/issues" }, "repositories": [ { "type": "composer", "url": "https://wpackagist.org" } ], "config": { "platform": { "php": "8.0" }, "optimize-autoloader": true, "sort-packages": true, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "phpstan/extension-installer": true, "composer/installers": true, "johnpbloch/wordpress-core-installer": true, "phpro/grumphp": true } }, "require": { "php": ">=7.4", "composer/installers": "~1.0|~2.0" }, "require-dev": { "php": ">=7.4", "brain/monkey": "^2.6", "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "johnpbloch/wordpress-core": "~6.2.0", "johnpbloch/wordpress-core-installer": "^2.0", "mockery/mockery": "^1.5", "php-stubs/wordpress-stubs": "~6.2.0", "phpro/grumphp": "^1.16", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10", "phpstan/phpstan-deprecation-rules": "^1.1", "phpunit/phpunit": "^9.6.0", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.7", "szepeviktor/phpstan-wordpress": "^1.3", "wp-coding-standards/wpcs": "^3.0.0", "wp-phpunit/wp-phpunit": "~6.2.0", "wpackagist-plugin/debug-bar": "*", "wpackagist-plugin/debug-bar-actions-and-filters-addon": "*", "wpackagist-plugin/display-environment-type": "*", "wpackagist-plugin/health-check": "*", "wpackagist-plugin/query-monitor": "*", "wpackagist-plugin/transients-manager": "*", "wpackagist-theme/twentytwentythree": "*", "yoast/phpunit-polyfills": "^2.0" }, "autoload": { "classmap": [ "openid-connect-generic.php", "includes/openid-connect-generic-client.php", "includes/openid-connect-generic-client-wrapper.php", "includes/openid-connect-generic-login-form.php", "includes/openid-connect-generic-option-logger.php", "includes/openid-connect-generic-option-settings.php", "includes/openid-connect-generic-settings-page.php" ] }, "scripts": { "install-codestandards": [ "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run" ], "post-install-cmd": [ "@install-codestandards" ], "post-update-cmd": [ "@install-codestandards" ], "phpcs": "vendor/bin/phpcs", "phpcbf": "vendor/bin/phpcbf", "phpstan": "vendor/bin/phpstan --memory-limit=1024M", "phpunit": "vendor/bin/phpunit", "coverage": "@phpunit --coverage-text", "lint": "@phpcs --report=full", "lint-fix": "@phpcbf", "analyze": "@phpstan analyze" }, "extra": { "wordpress-install-dir": "tools/local-env/wp", "installer-paths": { "tools/local-env/wp-content/plugins/{$name}": [ "type:wordpress-plugin" ], "tools/local-env/wp-content/mu-plugins/{$name}": [ "type:wordpress-muplugin" ], "tools/local-env/wp-content/themes/{$name}": [ "type:wordpress-theme" ] }, "phpcodesniffer-search-depth": 5 } }