Skip to content

Commit 08e9630

Browse files
[3.4] Allow 4.* deps
1 parent c31ab61 commit 08e9630

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|~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"
27+
"symfony/event-dispatcher": "^2.8|^3.0|~4.0",
28+
"symfony/http-foundation": "^2.8|^3.0|~4.0",
29+
"symfony/http-kernel": "^2.8|^3.0|~4.0"
3030
},
3131
"autoload": {
3232
"psr-4": { "Symfony\\Component\\WebLink\\": "" },

0 commit comments

Comments
 (0)