{ "require-dev": { "phpstan/phpstan": "^0.12.11", "thecodingmachine/phpstan-safe-rule": "^1.0.0" }, "autoload": { "psr-4": {"": "lib/"}, "files": ["lib/Constants.php", "lib/CoreFunctions.php"] }, "require": { "thecodingmachine/safe": "^1.0.0" } }