Skip to content

Commit

Permalink
chore: disable Kint helper functions in composer
Browse files Browse the repository at this point in the history
To defint d() in system/Common.php
  • Loading branch information
kenjis committed Dec 18, 2021
1 parent 6cd0839 commit c2cb09c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"extra": {
"branch-alias": {
"dev-develop": "4.x-dev"
},
"kint": {
"disable-helpers": true
}
},
"autoload": {
Expand Down

0 comments on commit c2cb09c

Please sign in to comment.