{ "name": "mhujer/javascript-error-handler-bundle", "type": "symfony-bundle", "description": "Converts JavaScript errors to alerts, so you won't miss them if you don't have the browser console open.", "keywords": [ "javascript", "symfony", "bundle" ], "homepage": "https://github.com/mhujer/JavaScriptErrorHandlerBundle", "license": "MIT", "authors": [ { "name": "Martin Hujer", "email": "mail@martinhujer.cz", "homepage": "https://www.martinhujer.cz" } ], "require": { "php": "~8.0", "symfony/config": "^5.4||^6.0", "symfony/dependency-injection": "^5.4||^6.0", "symfony/event-dispatcher": "^5.4||^6.0", "symfony/expression-language": "^5.4||^6.0", "symfony/http-foundation": "^5.4||^6.0", "symfony/http-kernel": "^5.4||^6.0" }, "require-dev": { "composer/package-versions-deprecated": "1.11.99.4", "consistence-community/coding-standard": "3.11.1", "matthiasnoback/symfony-config-test": "4.3.0", "matthiasnoback/symfony-dependency-injection-test": "4.3.0", "php-parallel-lint/php-parallel-lint": "1.3.1", "phpstan/phpstan": "1.2.0", "phpstan/phpstan-phpunit": "1.0.0", "phpstan/phpstan-symfony": "1.0.2", "phpunit/phpunit": "9.5.10" }, "autoload": { "psr-4": { "Mhujer\\JavaScriptErrorHandlerBundle\\": [ "src" ] }, "classmap": [ "src" ] }, "autoload-dev": { "psr-4": { "Mhujer\\JavaScriptErrorHandlerBundle\\": [ "tests" ] } }, "config": { "sort-packages": true }, "scripts": { "build": [ "@composer validate --no-check-all", "@phplint", "@phpcs", "@phpstan", "@phpunit" ], "phplint": "parallel-lint src tests", "phpcs": "phpcs", "phpcbf": "phpcbf", "phpstan": "phpstan analyse -c phpstan.neon src tests --level 8 --no-progress", "phpunit": "phpunit" } }