Skip to content

Commit 3e949d4

Browse files
committed
Fixed http-kernel version contraint and component name
1 parent cbb2151 commit 3e949d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/time.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
{% if not collector.isStopwatchInstalled() %}
9999
<div class="empty">
100-
<p>The stopwatch component is not installed. If you want to see timing events, run: <code>composer require symfony/stopwatch</code>.</p>
100+
<p>The Stopwatch component is not installed. If you want to see timing events, run: <code>composer require symfony/stopwatch</code>.</p>
101101
</div>
102102
{% elseif collector.events is empty %}
103103
<div class="empty">

src/Symfony/Bundle/WebProfilerBundle/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^5.5.9|>=7.0.8",
20-
"symfony/http-kernel": "~3.4.25|~4.1.12|~4.2.6",
20+
"symfony/http-kernel": "~3.4.25|^4.2.6",
2121
"symfony/polyfill-php70": "~1.0",
2222
"symfony/routing": "~2.8|~3.0|~4.0",
2323
"symfony/twig-bridge": "~2.8|~3.0|~4.0",

0 commit comments

Comments
 (0)