-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.yml
36 lines (32 loc) · 927 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
package: rexstan
version: '2.0.3'
author: Friends Of REDAXO
supportpage: https://github.com/FriendsOfREDAXO/rexstan
page:
title: translate:name
perm: admin
icon: rexstan-navigation-icon
popup: true
linkAttr: { target: _rexstan }
subpages:
settings: { title: translate:settings }
analysis:
title: translate:analysis
itemClass: 'use-loader'
lint-analysis:
title: translate:lint_analysis
itemClass: 'use-loader'
summary:
title: translate:summary
itemClass: 'use-loader'
readme: { title: translate:readme, subPath: README.md }
faq: { title: translate:faq, subPath: FAQ.md, icon: rex-icon fa-book }
console_commands:
rexstan:analyze: rexstan\rexstan_command
requires:
php:
version: '>=7.4, <8.5'
redaxo: '^5.2'
installer_ignore:
- phpstan.dev.neon
- tests