Updated LICENSE

Fixed namespace usages for polyfill packages
Added dependency Symfony\polyfill-uuid
Updated .gitignore
Updated autoload.php
Corrected .gitignore
Added dependency nikic\PhpParser
Removed .idea leftovers
Added classes & objects for Package Structure 1.0
Updated autoload.php for tests
This commit is contained in:
Netkas 2022-09-26 17:45:04 -04:00
parent 9bab67f734
commit 36d89bae8a
322 changed files with 119031 additions and 103 deletions

View file

@ -1,3 +1,8 @@
# NCC Default configuration file, upon installation the installer will generate a new configuration file
# for your system or update the existing configuration file and only overwriting values that are no
# longer applicable to the current version of NCC, incorrect configuration values can cause
# unexpected behavior or bugs.
ncc:
# The default data directory that is used by NCC to store packages,
# cache, configuration files and other generated files. This includes
@ -21,20 +26,12 @@ php:
# issues/backdoors, use this feature for containerized environments
enable_environment_configurations: false
# Enables/Disables the injection of NCC's include path
# during the initialization phase allowing you to import
# packages using the `import()` function and other ncc
# API Functions without needing to require NCC's autoloader
#
# This feature is highly recommended to be enabled
enable_include_path: true
git:
executable_path: "/usr/bin/git"
composer:
# When enabled, NCC will use it's builtin version of composer
# to execute composer tasks, if disabled it will fallback to
# to execute composer tasks, if disabled it will fall back to
# the `executable_path` option and attempt to use that specified
# location of composer
enable_internal_composer: true