8000 Extract the profiler to a new component by jelte · Pull Request #14809 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Extract the profiler to a new component #14809

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Require zendframework/zend-stdlib to fix dependency in ocramius/proxy…
…-manager
  • Loading branch information
Jelte Steijaert committed Nov 12, 2015
commit d805c9fa144c3a627952b0771ef70fd2979c362d
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"doctrine/doctrine-bundle": "~1.2",
"monolog/monolog": "~1.11",
"ocramius/proxy-manager": "~0.4|~1.0",
"zendframework/zend-stdlib": "~2.4.8",
"egulias/email-validator": "~1.2",
"phpdocumentor/reflection": "^1.0.7"
},
Expand Down
3 changes: 2 additions & 1 deletion src/Symfony/Bridge/ProxyManager/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"require": {
"php": ">=5.3.9",
"symfony/dependency-injection": "~2.8|~3.0.0",
"ocramius/proxy-manager": "~0.4|~1.0"
"ocramius/proxy-manager": "~0.4|~1.0",
"zendframework/zend-stdlib": "~2.4.8"
},
"require-dev": {
"symfony/config": "~2.3|~3.0.0"
Expand Down
0