{ "name": "friloo/m365-login", "description": "Sign in to WordPress with Microsoft 365 / Entra ID (OpenID Connect with PKCE). Existing users are matched by e-mail address.", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "homepage": "https://github.com/friloo/wp-m365-login", "require": { "php": ">=7.4", "ext-openssl": "*", "ext-json": "*" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "wp-coding-standards/wpcs": "^3.1", "phpcompatibility/phpcompatibility-wp": "^2.1" }, "scripts": { "lint": "find . -path ./vendor -prune -o -name '*.php' -print0 | xargs -0 -n1 php -l", "phpcs": "phpcs", "phpcbf": "phpcbf", "zip": "bash bin/build-zip.sh" }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true }, "sort-packages": true } }