Skip to content

Commit

Permalink
[HttpKernel] moved symfony/debug to be a requirement (to maintain BC …
Browse files Browse the repository at this point in the history
…as the code was part of HttpKernel before)
  • Loading branch information
fabpot committed Apr 30, 2013
1 parent e4b580e commit 258ca07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpKernel/composer.json
Expand Up @@ -19,14 +19,14 @@
"php": ">=5.3.3",
"symfony/event-dispatcher": "~2.1",
"symfony/http-foundation": ">=2.2,<2.4-dev",
"symfony/debug": "~2.3",
"psr/log": "~1.0"
},
"require-dev": {
"symfony/browser-kit": "2.2.*",
"symfony/class-loader": "~2.1",
"symfony/config": "~2.0",
"symfony/console": "2.2.*",
"symfony/debug": "~2.3",
"symfony/dependency-injection": "~2.0",
"symfony/finder": "~2.0",
"symfony/process": "~2.0",
Expand Down

0 comments on commit 258ca07

Please sign in to comment.