Skip to content

Commit

Permalink
Merge pull request #900 from glensc/symfony/web-profiler-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Aug 3, 2020
2 parents b22895d + ae19de6 commit 49609aa
Show file tree
Hide file tree
Showing 12 changed files with 535 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ See [Upgrading] for details how to upgrade.
- Use `Symfony\Contracts\EventDispatcher\Event` instead of deprecated `Symfony\Component`, #902
- Configure Symfony logger: Processors, MailHandler, #904
- Use Doctrine from Symfony in Doctrine::getEntityManager, #905
- Setup Symfony Web Profiler Bundle, #900

[3.9.3]: https://github.com/eventum/eventum/compare/v3.9.2...master

Expand Down
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@
"sentry/sentry": "^1.7",
"symfony/browser-kit": "^4.2",
"symfony/inflector": "^4.2",
"symfony/phpunit-bridge": "^5.0",
"symfony/thanks": "^1.0"
"symfony/phpunit-bridge": "^4.2",
"symfony/stopwatch": "^4.2",
"symfony/thanks": "^1.0",
"symfony/web-profiler-bundle": "^4.2"
},
"suggest": {
"ext-imap": "Support for fetching mail over IMAP/POP3"
Expand Down Expand Up @@ -162,7 +164,10 @@
},
"extra": {
"config-dir": "res",
"public-dir": "htdocs"
"public-dir": "htdocs",
"symfony": {
"require": "4.4.*"
}
},
"support": {
"issues": "https://github.com/eventum/eventum/issues",
Expand Down

0 comments on commit 49609aa

Please sign in to comment.