Skip to content

Commit

Permalink
Upgrade all dependencies to their latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Eichinger committed Oct 20, 2021
1 parent d3caae2 commit 389fb6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.2.2
=====

* (improvement) Require the latest version of `sentry/sentry-symfony` in order to fix deprecation warning.
* (improvement) Upgrade all dependencies to their latest version.


3.2.1
=====

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"php": ">=7.4",
"ext-json": "*",
"becklyn/assets-bundle": "^2.6.9",
"sentry/sentry-symfony": "^4.2.0",
"sentry/sentry-symfony": "^4.2.3",
"symfony/cache-contracts": "^2.4.0",
"symfony/config": "^5.3.4",
"symfony/console": "^5.3.6",
"symfony/dependency-injection": "^5.3.4",
"symfony/http-kernel": "^5.3.6"
"symfony/console": "^5.3.7",
"symfony/dependency-injection": "^5.3.8",
"symfony/http-kernel": "^5.3.9"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.3.4",
"twig/twig": "^2.0 || ^3.3.2"
"symfony/phpunit-bridge": "^5.3.8",
"twig/twig": "^2.0 || ^3.3.3"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 389fb6f

Please sign in to comment.