-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.yml
28 lines (28 loc) · 1.25 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_onepage
version: 1.8.0
author: 'Friends Of REDAXO'
supportpage: 'https://github.com/FriendsOfREDAXO/demo_onepage'
page:
title: 'translate:demo_onepage_title'
perm: 'demo_onepage[]'
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'
console_commands:
'demo_onepage:install': rex_command_demo_onepage_install
'demo_onepage:dump_files': rex_command_demo_onepage_dumpfiles
'demo_onepage:dump_tables': rex_command_demo_onepage_dumptables