Skip to content

Commit 52c006d

Browse files
authored
Merge branch 'master' into patch-1
2 parents 6583a64 + e3ff731 commit 52c006d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### Description
2+
<!-- What changed and why? -->
3+
4+
#### Issues
5+
<!--
6+
* resolves: #1234
7+
* resolves: LIN-1234
8+
-->
9+
10+
#### Reminders
11+
- Add GH Issue ID _&_ Linear ID (if applicable)
12+
- PR title should use [conventional commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`)
13+
- For external contributors: [CONTRIBUTING.md](https://github.com/getsentry/sentry-symfony/blob/master/CONTRIBUTING.md), [Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord community](https://discord.gg/Ww9hbqr)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": "^7.2||^8.0",
1616
"guzzlehttp/psr7": "^2.1.1",
1717
"jean85/pretty-package-versions": "^1.5||^2.0",
18-
"sentry/sentry": "^4.15.2",
18+
"sentry/sentry": "^4.16.0",
1919
"symfony/cache-contracts": "^1.1||^2.4||^3.0",
2020
"symfony/config": "^4.4.20||^5.0.11||^6.0||^7.0",
2121
"symfony/console": "^4.4.20||^5.0.11||^6.0||^7.0",

0 commit comments

Comments
 (0)