-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.yml
69 lines (63 loc) · 1.53 KB
/
package.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
package: ydeploy
version: '2.0.2'
author: Gregor Harlan
supportpage: https://github.com/yakamara/ydeploy
requires:
php: '>=8.1'
redaxo: ^5.13
conflicts:
packages:
developer: '<3.7'
console_commands:
ydeploy:diff: rex_ydeploy_command_diff
ydeploy:migrate: rex_ydeploy_command_migrate
pages:
system/ydeploy:
title: YDeploy
pjax: false
config:
fixtures:
tables:
config:
- { namespace: core }
- { namespace: mblock }
- { namespace: media_manager }
- { namespace: mform }
- { namespace: rexstan }
- { namespace: sprog }
markitup_profiles: ~
media_manager_type: ~
media_manager_type_effect: ~
metainfo_field: ~
metainfo_type: ~
module_action: ~
redactor_profile: ~
redactor2_profiles: ~
yform_field: ~
yform_table: ~
protected_pages:
install: ~
markitup: ~
media_manager: ~
metainfo: ~
modules: ~
packages: ~
redactor: ~
redactor2: ~
rexstan: ~
templates: ~
yform:
setup: ~
docs: ~
manager:
- table_edit
- table_migrate
- tableset_import
- table_field
installer_ignore:
- .github
- .tools
- .gitignore
- .php-cs-fixer.cache
- .php-cs-fixer.dist.php
- vendor