-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrumphp.yml
38 lines (35 loc) · 1.34 KB
/
grumphp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
################################################################################
#
# * 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 <[email protected]>
#
################################################################################
#############################################
# Override Default Config.
parameters:
mode: "splashsync"
# Php Stan
stan-config: "%core_dir%/phpstan/sf.%mode%.neon"
# For Building Splash Module
mod-enable: false
# For Building Splash Documentation
doc-target: '/public'
doc-contents: ["splash-faq"]
# For Building Splash Manifest
yml-enable: true
#############################################
# Import Generic + Splash Console Configs
imports:
- { resource: "./vendor/badpixxel/php-sdk/grumphp/generic.yml" }
- { resource: "./vendor/badpixxel/php-sdk/grumphp/extras.yml" }
- { resource: "./vendor/splash/console/src/Resources/grumphp/*.yml" }