You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/symfony54/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Running BugSnag with Symfony 6
1
+
# Running BugSnag with Symfony 5
2
2
3
3
This example shows how to integrate BugSnag with Symfony 5. Full instructions on how to set BugSnag up with Symfony can be found in [the official BugSnag documentation](https://docs.bugsnag.com/platforms/php/symfony/).
More information about configuring BugSnag can be found in [the configuration section of the BugSnag documentation](https://docs.bugsnag.com/platforms/php/symfony/configuration-options/).
35
35
36
-
In Symfony 6 the BugSnag bundle should be automatically registered in the `config/bundles.php` file:
36
+
In Symfony 5 the BugSnag bundle should be automatically registered in the `config/bundles.php` file:
0 commit comments