diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-11-15 19:42:10 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-11-15 19:42:10 +0100 |
commit | 7741585fd4658428a8bd9e345604ab297fa281dd (patch) | |
tree | 927fb050133f5f5a57b7bd80d724fde8394eade9 /composer.json | |
parent | dc041bbd71d1b9d6cfe189f2449a9ee0e9063708 (diff) | |
parent | 5c0035fe37cdec5f7927c3213365285a7fd4d51b (diff) | |
download | wcms-7741585fd4658428a8bd9e345604ab297fa281dd.tar.gz wcms-7741585fd4658428a8bd9e345604ab297fa281dd.zip |
Merge branch 'integrate-sentry-sdk' of https://github.com/n-peugnet/wcms into n-peugnet-integrate-sentry-sdk
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json index b3ddbd0..7b7a74a 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,9 @@ "league/plates": "^3.3", "michelf/php-markdown": "^1.8" }, + "require-dev": { + "sentry/sdk": "^2.0" + }, "autoload": { "psr-4": { "Wcms\\": "app/class" |