Skip to content

Commit 8f97dcb

Browse files
committed
[ci skip] WIP
1 parent 753fd7d commit 8f97dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mhujer/javascript-error-handler-bundle",
3-
"type": "library",
3+
"type": "symfony-bundle",
44
"description": "Converts JavaScript errors to alerts, so you won't miss them if you don't have the browser console open.",
55
"keywords": [
66
"javascript",
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "7.1.*||7.2.*",
21-
"symfony/symfony": "~3.3|~4.0"
21+
"symfony/symfony": "~3.3||~4.0"
2222
},
2323
"require-dev": {
2424
"consistence/coding-standard": "2.2.1",

0 commit comments

Comments
 (0)