2018-10-18 16:26:57 +00:00
|
|
|
{
|
|
|
|
"extends": [
|
|
|
|
"config:base"
|
2018-11-12 16:26:11 +00:00
|
|
|
],
|
2018-12-04 19:05:29 +00:00
|
|
|
"lockFileMaintenance": { "enabled": true },
|
2018-12-13 17:20:36 +00:00
|
|
|
"ignoreDeps": ["phpunit/phpunit"],
|
2020-01-22 15:31:29 +00:00
|
|
|
"schedule": ["before 3am on wednesday"],
|
|
|
|
"composer": {
|
|
|
|
"enabled": false
|
|
|
|
}
|
2018-10-18 16:26:57 +00:00
|
|
|
}
|