This commit is contained in:
Justin Shreve 2018-12-04 14:05:29 -05:00 committed by GitHub
parent 2387908ab6
commit cf8d2bd6b0
1 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@
"extends": [
"config:base"
],
"lockFileMaintenance": { "enabled": true }
"lockFileMaintenance": { "enabled": true },
"ignoreDeps": ["phpunit/phpunit"]
}