-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.yml
More file actions
38 lines (35 loc) · 828 Bytes
/
package.yml
File metadata and controls
38 lines (35 loc) · 828 Bytes
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
package: feeds
version: '6.2.2'
author: Friends Of REDAXO
supportpage: https://github.com/FriendsOfREDAXO/feeds
page:
title: 'translate:feeds'
perm: feeds[]
pjax: true
icon: rex-icon fa-rss
subpages:
items:
title: 'translate:items'
perm: feeds[items]
streams:
title: 'translate:streams'
perm: feeds[streams]
settings:
title: 'translate:settings'
perm: admin[]
help:
title: 'translate:help'
perm: admin[]
pjax: false
subPath: README.md
itemClass: pull-right
requires:
redaxo: '^5.14'
php:
version: '>=8.4'
packages:
media_manager: '^2'
conflicts:
packages:
yfeed: '<=1.3.0'
feeds: '<4.0.0-dev'