Skip to content

Commit

Permalink
Fixed http-kernel version contraint and component name
Browse files Browse the repository at this point in the history
  • Loading branch information
linaori committed Apr 10, 2019
1 parent cbb2151 commit 3e949d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -97,7 +97,7 @@

{% if not collector.isStopwatchInstalled() %}
<div class="empty">
<p>The stopwatch component is not installed. If you want to see timing events, run: <code>composer require symfony/stopwatch</code>.</p>
<p>The Stopwatch component is not installed. If you want to see timing events, run: <code>composer require symfony/stopwatch</code>.</p>
</div>
{% elseif collector.events is empty %}
<div class="empty">
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/WebProfilerBundle/composer.json
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/http-kernel": "~3.4.25|~4.1.12|~4.2.6",
"symfony/http-kernel": "~3.4.25|^4.2.6",
"symfony/polyfill-php70": "~1.0",
"symfony/routing": "~2.8|~3.0|~4.0",
"symfony/twig-bridge": "~2.8|~3.0|~4.0",
Expand Down

0 comments on commit 3e949d4

Please sign in to comment.