-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.yml
28 lines (28 loc) · 1.26 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
package: demo_base
version: 3.2.0
author: 'Friends Of REDAXO'
supportpage: 'https://github.com/FriendsOfREDAXO/demo_base'
page:
title: 'translate:demo_base_title'
perm: 'demo_base[]'
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.3.0'
structure/content: '^2.7.0'
redaxo: '^5.9.0'
php:
version: '>=7.4, <8.3' # benötigt mindestens PHP 7.4
console_commands:
'demo_base:install': rex_command_demo_base_install
'demo_base:dump_files': rex_command_demo_base_dumpfiles
'demo_base:dump_tables': rex_command_demo_base_dumptables