
################################################################################
#
# * This file is part of SplashSync Project.
# *
# * Copyright (C) Splash Sync <www.splashsync.com>
# *
# * This program is distributed in the hope that it will be useful,
# * but WITHOUT ANY WARRANTY; without even the implied warranty of
# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# *
# * For the full copyright and license information, please view the LICENSE
# * file that was distributed with this source code.
# *
# * @author Bernard Paquier <contact@splashsync.com>
#
################################################################################

#############################################        
# Override Config. for Php Core Module
parameters:
    mode:               "splashsync"
    exclude:            ['vendor', "nusoap.php", 'soap.php', 'Components/NuSOAP', 'Templates/Local/Objects/Dummy']
    # Php Cs Fixer
    csfixer-config:     "Resources/phpcs/cs.%mode%.php"
    # Php Stan
    stan-config:        "./Resources/phpstan/phpstan.neon"
#     stan-level:        8

    # For Building Splash Documentation
    doc-src:            '/Resources/docs'
    doc-target:         '/public'
    doc-contents:       ["splash-faq"]

    # For Building Splash Module
    mod-enable:         false
    # For Building Splash Manifest
    yml-enable:         false

#############################################
# Import Generic Configs
imports:
    - { resource: "./vendor/badpixxel/php-sdk/grumphp/generic.yml" }
    - { resource: "./vendor/badpixxel/php-sdk/grumphp/extras.yml" }
