We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bac8f commit 7002525Copy full SHA for 7002525
package.yml
@@ -1,5 +1,5 @@
1
package: properties
2
-version: "1.2.2"
+version: "1.3.0"
3
author: Friends Of REDAXO
4
supportpage: https://github.com/FriendsOfREDAXO/properties
5
@@ -19,6 +19,6 @@ pages:
19
system/properties: { title: "translate:properties" }
20
21
requires:
22
- redaxo: ">=5.8" # benötigt mindestens REDAXO 5.8
+ redaxo: "^5.8" # benötigt mindestens REDAXO 5.8
23
php:
24
- version: ">=7.1" # benötigt mindestens PHP 7.1
+ version: ">=7.3, <8.3" # benötigt mindestens PHP 7.3
0 commit comments