Skip to content

Commit

Permalink
Merge pull request #8 from acrobat/bump-sentry
Browse files Browse the repository at this point in the history
Bump packages for php 8 support
  • Loading branch information
acrobat authored Jan 17, 2022
2 parents 6ff908b + 52462b2 commit 6f48ba3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@
"symfony/flex": "^1.17|^2"
},
"flex-require": {
"doctrine/doctrine-migrations-bundle": "^2.2",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/doctrine-bundle": "^2.4",
"egulias/email-validator": "^1.2.8|^2.0",
"friendsofsymfony/http-cache-bundle": "^2.6",
"guzzlehttp/psr7": "^1.5",
"kunstmaan/admin-bundle": "6.1.*",
"kunstmaan/adminlist-bundle": "6.1.*",
"kunstmaan/article-bundle": "6.1.*",
Expand All @@ -46,9 +45,10 @@
"kunstmaan/translator-bundle": "6.1.*",
"kunstmaan/user-management-bundle": "6.1.*",
"kunstmaan/utilities-bundle": "6.1.*",
"php-http/guzzle6-adapter": "^1.1",
"nyholm/psr7": "^1.1",
"php-http/guzzle6-adapter": "^2.0",
"sensio/framework-extra-bundle": "^5.1",
"sentry/sentry-symfony": "^3.5",
"sentry/sentry-symfony": "^4.2",
"symfony/apache-pack": "*",
"symfony/asset": "^5.3",
"symfony/console": "^5.3",
Expand Down

0 comments on commit 6f48ba3

Please sign in to comment.