We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf95aae commit f4d6c9bCopy full SHA for f4d6c9b
package.yml
@@ -1,7 +1,7 @@
1
package: properties
2
-version: "1.3.1"
3
-author: Friends Of REDAXO
4
-supportpage: https://github.com/FriendsOfREDAXO/properties
+version: 1.3.2
+author: 'Friends Of REDAXO'
+supportpage: 'https://github.com/FriendsOfREDAXO/properties'
5
6
# Durch den Eintrag load: early werden die Properties auch für (fast) alle Addons verfügbar
7
# Einfach die nächste Zeile auskommentieren
@@ -19,6 +19,6 @@ pages:
19
system/properties: { title: "translate:properties" }
20
21
requires:
22
- redaxo: "^5.8" # benötigt mindestens REDAXO 5.8
23
php:
24
- version: ">=7.3, <8.3" # benötigt mindestens PHP 7.3
+ version: '>=7.4, <8.3' # benötigt mindestens PHP 7.4
+ redaxo: '^5.8' # benötigt mindestens REDAXO 5.8
0 commit comments