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.
1 parent 753fd7d commit 8f97dcbCopy full SHA for 8f97dcb
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,7 @@
18
],
19
"require": {
20
"php": "7.1.*||7.2.*",
21
- "symfony/symfony": "~3.3|~4.0"
+ "symfony/symfony": "~3.3||~4.0"
22
},
23
"require-dev": {
24
"consistence/coding-standard": "2.2.1",
0 commit comments