mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge remote-tracking branch 'origin/v3' into v3-master
This commit is contained in:
commit
85606d830d
|
@ -27,6 +27,7 @@
|
||||||
"fzaninotto/faker": "~1.4",
|
"fzaninotto/faker": "~1.4",
|
||||||
"mockery/mockery": "0.9.*",
|
"mockery/mockery": "0.9.*",
|
||||||
"phpunit/phpunit": "~4.0",
|
"phpunit/phpunit": "~4.0",
|
||||||
|
"squizlabs/php_codesniffer": "2.*",
|
||||||
"phpspec/phpspec": "~2.1",
|
"phpspec/phpspec": "~2.1",
|
||||||
"codeception/codeception": "2.1.*",
|
"codeception/codeception": "2.1.*",
|
||||||
"symfony/dom-crawler": "~3.0",
|
"symfony/dom-crawler": "~3.0",
|
||||||
|
|
691
composer.lock
generated
691
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -142,9 +142,9 @@ return [
|
||||||
'whenBackupWasSuccessful' => ['log'],
|
'whenBackupWasSuccessful' => ['log'],
|
||||||
'whenCleanupWasSuccessful' => ['log'],
|
'whenCleanupWasSuccessful' => ['log'],
|
||||||
'whenHealthyBackupWasFound' => ['log'],
|
'whenHealthyBackupWasFound' => ['log'],
|
||||||
'whenBackupHasFailed' => ['log', 'mail'],
|
'whenBackupHasFailed' => ['log'],
|
||||||
'whenCleanupHasFailed' => ['log', 'mail'],
|
'whenCleanupHasFailed' => ['log'],
|
||||||
'whenUnhealthyBackupWasFound' => ['log', 'mail'],
|
'whenUnhealthyBackupWasFound' => ['log'],
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -146,8 +146,8 @@
|
||||||
sidePagination: 'server',
|
sidePagination: 'server',
|
||||||
sortable: true,
|
sortable: true,
|
||||||
showMultiSort: true,
|
showMultiSort: true,
|
||||||
//cookie: true,
|
cookie: true,
|
||||||
//cookieExpire: '2y',
|
cookieExpire: '2y',
|
||||||
mobileResponsive: true,
|
mobileResponsive: true,
|
||||||
showExport: true,
|
showExport: true,
|
||||||
showColumns: true,
|
showColumns: true,
|
||||||
|
|
Loading…
Reference in a new issue