{ "name": "d3/sensitive-message-formatter", "type": "library", "description": "a message formatter it can replace sensitive data from log", "keywords": [ "Guzzle", "log", "message", "formatter", "sensitive", "credentials", "replacement" ], "homepage": "https://www.d3data.de", "license": "MIT", "authors": [ { "name": "Daniel Seifert", "email": "git@daniel-seifert.com" } ], "require": { "php": "^8.0", "guzzlehttp/guzzle": "^7.9" }, "require-dev": { "php": "^8.2", "phpunit/phpunit": "^10.5", "friendsofphp/php-cs-fixer": "^3.65", "phpstan/phpstan": "^2.0" }, "autoload": { "psr-4": { "D3\\SensitiveMessageFormatter\\": "src/" } }, "autoload-dev": { "psr-4": { "D3\\SensitiveMessageFormatter\\tests\\": "tests/" } }, "scripts": { "test": "./vendor/bin/phpunit", "check-style": "./vendor/bin/php-cs-fixer fix --verbose --dry-run", "fix-style": "./vendor/bin/php-cs-fixer fix --verbose", "check-code": "./vendor/bin/phpstan analyse -c phpstan.neon --no-progress --ansi" } }