aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-09-22 22:16:31 +0200
committerLaria Carolin Chabowski <laria@laria.me>2020-09-22 22:16:31 +0200
commitdc6f7089c053a4f96e713bdf0043f5c08dbae447 (patch)
tree2d74c957d166bcdb5f2d6e3ce116ba338a65880e /composer.json
parentd49c76765cae2163c15e26bbb0d88144491fa8b1 (diff)
downloadratatoeskr-cms-dc6f7089c053a4f96e713bdf0043f5c08dbae447.tar.gz
ratatoeskr-cms-dc6f7089c053a4f96e713bdf0043f5c08dbae447.tar.bz2
ratatoeskr-cms-dc6f7089c053a4f96e713bdf0043f5c08dbae447.zip
Require ste v 2.0.1
v 2.0.0 was not compatible any more
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 03bdcb1..f2c4b37 100644
--- a/composer.json
+++ b/composer.json
@@ -16,9 +16,9 @@
"type": "project",
"require": {
"php": ">=7.3",
- "r7r/ste": "~2.0"
+ "r7r/ste": "^2.0.1"
},
"config": {
"vendor-dir": "ratatoeskr/vendor"
}
-} \ No newline at end of file
+}