Skip to content

Commit c6a118a

Browse files
committed
bug #19159 [WebProfilerBundle] Added a conflict for Http-Kernel < 3.1 (HeahDude)
This PR was merged into the 3.1 branch. Discussion ---------- [WebProfilerBundle] Added a conflict for Http-Kernel < 3.1 | Q | A | ------------- | --- | Branch? | 3.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | silexphp/Silex-WebProfiler#94 | License | MIT | Doc PR | ~ Commits ------- d3f47f7 updated Http-Kernel dependency
2 parents dd5b79e + 01e9244 commit c6a118a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.5.9",
20-
"symfony/http-kernel": "~2.8|~3.0",
20+
"symfony/http-kernel": "~3.1",
2121
"symfony/routing": "~2.8|~3.0",
2222
"symfony/twig-bridge": "~2.8|~3.0"
2323
},

0 commit comments

Comments
 (0)