-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.yml
30 lines (28 loc) · 1.29 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
package: demo_community
version: 4.1.2
author: 'Friends Of REDAXO'
supportpage: 'https://github.com/FriendsOfREDAXO/demo_community'
page:
title: 'translate:demo_community_title'
perm: 'demo_community[]'
pjax: true
subpages:
install: { title: 'translate:title' }
requires:
packages:
# Important: require system addOns only! Find other addOns required in `package.setup.yml`.
# This is because we want the demo to be installed in first place without the need to install
# any other addOns beforehand. The demo comes with a setup feature which checks the
# `package.setup.yml` file where all additional addOns are defined. It will download and
# install these addOns seamlessly for you once you’ve clicked the setup button.
# After setup, both package files get merged. Be sure to not publish a merged `package.yml`
# with your new release. Always use the original un-merged file!
backup: '>=2.5.1'
structure/content: '>=2.9.0'
redaxo: '>=5.9.0'
php:
version: '>=7.4, <8.3'
console_commands:
'demo_community:install': rex_command_demo_community_install
'demo_community:dump_files': rex_command_demo_community_dumpfiles
'demo_community:dump_tables': rex_command_demo_community_dumptables