Skip to content

Commit f7827ba

Browse files
committed
Symfony 4 + Flex support
2 parents 753fd7d + d5c4d0d commit f7827ba

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 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,12 @@
1818
],
1919
"require": {
2020
"php": "7.1.*||7.2.*",
21-
"symfony/symfony": "~3.3|~4.0"
21+
"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"
2227
},
2328
"require-dev": {
2429
"consistence/coding-standard": "2.2.1",

0 commit comments

Comments
 (0)