We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 753fd7d + d5c4d0d commit f7827baCopy full SHA for f7827ba
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mhujer/javascript-error-handler-bundle",
3
- "type": "library",
+ "type": "symfony-bundle",
4
"description": "Converts JavaScript errors to alerts, so you won't miss them if you don't have the browser console open.",
5
"keywords": [
6
"javascript",
@@ -18,7 +18,12 @@
18
],
19
"require": {
20
"php": "7.1.*||7.2.*",
21
- "symfony/symfony": "~3.3|~4.0"
+ "symfony/config": "^3.3|^4.0",
22
+ "symfony/dependency-injection": "^3.3|^4.0",
23
+ "symfony/event-dispatcher": "^3.3|^4.0",
24
+ "symfony/expression-language": "^3.3|^4.0",
25
+ "symfony/http-foundation": "^3.3|^4.0",
26
+ "symfony/http-kernel": "^3.3|^4.0"
27
},
28
"require-dev": {
29
"consistence/coding-standard": "2.2.1",
0 commit comments