Added method array_replace_recursive() & recurse() to the installer which corrects issue #30 see https://git.n64.cc/nosial/ncc/-/issues/30

Updated some default values for ncc.yaml for better security.
This commit is contained in:
Netkas 2022-12-06 01:23:51 -05:00
parent e4e0c7b9b5
commit 6371f26046
2 changed files with 58 additions and 22 deletions

View file

@ -23,9 +23,6 @@ php:
# Whether to initialize NCC when running `require('ncc');`
initialize_on_require: true
# if NCC should handle fatal exceptions during execution
handle_exceptions: true
git:
# if git is enabled or not
enabled: true
@ -55,10 +52,10 @@ composer:
quiet: false
# Disable ANSI output
no_ansi: false
no_ansi: true
# Do not ask any interactive question
no_interaction: false
no_interaction: true
# Display timing and memory usage information
profile: false