forked from freuds/nconf
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
13 lines (13 loc) · 885 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name": "cat5tv/nconf",
"type": "project",
"require-dev": {
"phpstan/phpstan": "^1.10"
},
"scripts": {
"phpstan": [
"phpstan analyse -c phpstan.neon config UPDATE_ static_cfg include output design_templates ADD-ONS config.orig bin INSTALL_ img",
"phpstan analyse -c phpstan.neon clone_host.php overview.php generate_config.php clone_host_write2db.php main.php delete_item.php modify_class_write2db.php history.php index.php modify_attr.php modify_item_write2db.php id_wrapper.php handle_item.php dependency.php detail_admin_items.php multimodify_attr_write2db.php modify_attr_write2db.php delete_class.php modify_class.php detail.php add_item_step2.php show_class.php clone_service_write2db.php show_attr.php call_file.php clone_service.php modify_item_service.php delete_attr.php static_file_editor.php"
]
}
}