Skip to content

Commit c31ab61

Browse files
dunglasnicolas-grekas
authored andcommitted
Allow individual bridges, bundles and components to be used with 4.0
1 parent 7355f24 commit c31ab61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"symfony/http-kernel": ""
2525
},
2626
"require-dev": {
27-
"symfony/event-dispatcher": "^2.8|^3.0",
28-
"symfony/http-foundation": "^2.8|^3.0",
29-
"symfony/http-kernel": "^2.8|^3.0"
27+
"symfony/event-dispatcher": "^2.8|^3.0|~4.0.0",
28+
"symfony/http-foundation": "^2.8|^3.0|~4.0.0",
29+
"symfony/http-kernel": "^2.8|^3.0|~4.0.0"
3030
},
3131
"autoload": {
3232
"psr-4": { "Symfony\\Component\\WebLink\\": "" },

0 commit comments

Comments
 (0)