File tree 2 files changed +2
-2
lines changed
src/Symfony/Bundle/WebProfilerBundle
Resources/views/Collector
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 97
97
98
98
{% if not collector.isStopwatchInstalled () %}
99
99
<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 >
101
101
</div >
102
102
{% elseif collector .events is empty %}
103
103
<div class =" empty" >
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"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" ,
21
21
"symfony/polyfill-php70" : " ~1.0" ,
22
22
"symfony/routing" : " ~2.8|~3.0|~4.0" ,
23
23
"symfony/twig-bridge" : " ~2.8|~3.0|~4.0" ,
You can’t perform that action at this time.
0 commit comments