forked from FriendsOfREDAXO/feeds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yml
40 lines (37 loc) · 939 Bytes
/
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
31
32
33
34
35
36
37
38
39
40
package: feeds
version: '3.2-dev'
author: Friends Of REDAXO
supportpage: https://github.com/FriendsOfREDAXO/feeds
page:
title: 'translate:feeds'
perm: feeds[]
pjax: true
icon: rex-icon fa-rss
subpages:
streams:
title: 'translate:streams'
items:
title: 'translate:items'
settings:
title: 'translate:settings'
subpages:
twitter:
title: 'translate:twitter'
facebook:
title: 'translate:facebook'
instagram:
title: 'translate:instagram'
help:
title: 'translate:help'
perm: admin[]
pjax: false
subPath: README.md
itemclass: pull-right
requires:
redaxo: '^5.7'
php:
version: '>=7.1'
conflicts:
packages:
yfeed: '<=1.3.0'
feeds: '<2.2.1'