diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2019-06-05 14:41:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-05 14:41:42 +0200 |
commit | 7e5b7e029a5ba7aadc8128243afaa00e2a870645 (patch) | |
tree | 51dd4687e5a76d0fa036c9e65c7416001afd6c50 /composer.json | |
parent | 4fa63260e4e50fa6a54b88dc2a6658bddb05789b (diff) | |
parent | 955a3bde172244cc244860f2de571f12d3693707 (diff) | |
download | wallabag-7e5b7e029a5ba7aadc8128243afaa00e2a870645.tar.gz wallabag-7e5b7e029a5ba7aadc8128243afaa00e2a870645.tar.zst wallabag-7e5b7e029a5ba7aadc8128243afaa00e2a870645.zip |
Merge pull request #3990 from wallabag/feature/sentry
Add Sentry support
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index b0c17385..44ac3474 100644 --- a/composer.json +++ b/composer.json | |||
@@ -90,7 +90,8 @@ | |||
90 | "defuse/php-encryption": "^2.1", | 90 | "defuse/php-encryption": "^2.1", |
91 | "html2text/html2text": "^4.1", | 91 | "html2text/html2text": "^4.1", |
92 | "pragmarx/recovery": "^0.1.0", | 92 | "pragmarx/recovery": "^0.1.0", |
93 | "php-http/httplug-bundle": "^1.14" | 93 | "php-http/httplug-bundle": "^1.14", |
94 | "sentry/sentry-symfony": "^3.0" | ||
94 | }, | 95 | }, |
95 | "require-dev": { | 96 | "require-dev": { |
96 | "doctrine/doctrine-fixtures-bundle": "~3.0", | 97 | "doctrine/doctrine-fixtures-bundle": "~3.0", |