mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-11 13:08:40 +00:00
update composer and fix tests and add gitignore
This commit is contained in:
parent
5014bcbc63
commit
344c3aee77
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
vendor
|
||||
|
|
@ -28,48 +28,4 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/admin/audit/module/list.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Auditor\Controller\BackendController:viewAuditorModuleList',
|
||||
'verb' => RouteVerb::GET,
|
||||
'permission' => [
|
||||
'module' => BackendController::MODULE_NAME,
|
||||
'type' => PermissionType::READ,
|
||||
'state' => PermissionState::AUDIT,
|
||||
],
|
||||
],
|
||||
],
|
||||
'^.*/admin/audit/module/single.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Auditor\Controller\BackendController:viewAuditorModuleSingle',
|
||||
'verb' => RouteVerb::GET,
|
||||
'permission' => [
|
||||
'module' => BackendController::MODULE_NAME,
|
||||
'type' => PermissionType::READ,
|
||||
'state' => PermissionState::AUDIT,
|
||||
],
|
||||
],
|
||||
],
|
||||
'^.*/admin/audit/account/list.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Auditor\Controller\BackendController:viewAuditorAccountList',
|
||||
'verb' => RouteVerb::GET,
|
||||
'permission' => [
|
||||
'module' => BackendController::MODULE_NAME,
|
||||
'type' => PermissionType::READ,
|
||||
'state' => PermissionState::AUDIT,
|
||||
],
|
||||
],
|
||||
],
|
||||
'^.*/admin/audit/account/single.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Auditor\Controller\BackendController:viewAuditorAccountSingle',
|
||||
'verb' => RouteVerb::GET,
|
||||
'permission' => [
|
||||
'module' => BackendController::MODULE_NAME,
|
||||
'type' => PermissionType::READ,
|
||||
'state' => PermissionState::AUDIT,
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -8,13 +8,11 @@
|
|||
}
|
||||
],
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"phpunit/phpunit": "^9.2",
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
"phpmd/phpmd": "^2.6",
|
||||
"phpstan/phpstan": "^0.12.18",
|
||||
"phan/phan": "^1.1.5",
|
||||
"codeclimate/php-test-reporter": "^0.4.4",
|
||||
"facebook/webdriver": "^1.7",
|
||||
"friendsofphp/php-cs-fixer": "^2.16.1",
|
||||
"johnkary/phpunit-speedtrap": "^3.1"
|
||||
},
|
||||
|
|
|
|||
2009
composer.lock
generated
2009
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user