Skip to content

Commit

Permalink
Update Sentry & user authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Sep 23, 2021
1 parent 876256f commit 558f370
Show file tree
Hide file tree
Showing 15 changed files with 882 additions and 862 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PROJECT_SCHEME=https

###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=ea3e728bbecebc84099c9dd1bb729cfa
APP_SECRET=f60780e783350ba8ce30481b81843834
###< symfony/framework-bundle ###

###> doctrine/doctrine-bundle ###
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"php": "^7.2.9",
"ashleydawson/simple-pagination-bundle": "^5.0.0",
"cache/predis-adapter": "^1.0",
"composer/package-versions-deprecated": "1.11.99.4",
"doctrine/doctrine-bundle": "^2.0",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.5",
Expand All @@ -29,22 +30,22 @@
"php-http/guzzle6-adapter": "^2.0",
"ramsey/uuid": "^4.0",
"sensio/framework-extra-bundle": "^6.0",
"sentry/sentry-symfony": "~3.0",
"sentry/sentry-symfony": "~4.0",
"snc/redis-bundle": "^3.2",
"symfony/amqp-messenger": "5.3.*",
"symfony/asset": "5.3.*",
"symfony/dotenv": "5.3.*",
"symfony/flex": "^1.6",
"symfony/form": "5.3.*",
"symfony/monolog-bundle": "^3.5",
"symfony/orm-pack": "^2.0",
"symfony/polyfill-apcu": "^1.0",
"symfony/proxy-manager-bridge": "5.3.*",
"symfony/runtime": "5.3.*",
"symfony/security-bundle": "5.3.*",
"symfony/translation": "5.3.*",
"symfony/twig-pack": "^1.0",
"symfony/twig-bundle": "5.3.*",
"symfony/validator": "5.3.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.0|^3.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 558f370

Please sign in to comment.