-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.setup.yml
38 lines (37 loc) · 1.06 KB
/
package.setup.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
# additional requires (non-system packages)
requires:
packages:
developer: '>=3.9'
markitup: '>=3.7'
phpmailer: '>=2.10'
ycom: '>=4'
yform_spam_protection: '>=1.2'
yform: '>=4'
yrewrite: '>=2.9'
# setup config
# hint: inspect link values inside of REDAXO installer to find out fileIds (numbers) for new packages!
setup:
packages:
developer: 4706 # 3.9.2
markitup: 4864 # 3.7.4
phpmailer: 3692 # 2.10.2
ycom: 4979 # 4.2.0
yform_spam_protection: 4666 # 1.2.3
yform_mediafile: 5408 # 1.1.1
yform: 4941 # 4.1.1
yrewrite: 4933 # 2.10.0
installSequence:
- backup
- structure/content
- phpmailer
- developer
- markitup
- yform
- yform_spam_protection
- yform_mediafile
- yrewrite
- ycom
dbimport:
- demo_community.sql
fileimport:
- demo_community.tar.gz