Skip to content

Commit

Permalink
Add base plugins and disable sentry in development
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi Zitting committed Feb 19, 2019
1 parent cf559f5 commit 4a4d326
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json.default
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"require": {
"anubarak/craft-relabel": "^1.2",
"craftcms/aws-s3": "^1.1",
"craftcms/cms": "^3.0.0",
"craftcms/redactor": "^2.3",
"lukeyouell/craft-sentry": "^1.5",
"misterbk/mix": "^1.5",
"sebastianlenz/linkfield": "^1.0",
"spicyweb/craft-neo": "^2.2",
"verbb/super-table": "^2.1",
"vlucas/phpdotenv": "^2.4.0"
},
"autoload": {
Expand Down
11 changes: 11 additions & 0 deletions config/sentry.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

return [
'*' => [

],

'dev' => [
'enabled' => false,
],
];

0 comments on commit 4a4d326

Please sign in to comment.