aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2022-10-12 09:26:49 +0200
committerJan-Hendrik Willms <tleilax+github@gmail.com>2022-10-12 09:26:49 +0200
commit1deade6ba05557e880b9ab11fb304d832540d89d (patch)
tree8ff9b63a5fc27c08542af4d9d18b55c43a516629 /composer.json
parent48a46a46b90b4909d8fd44b7bb318d0468085a75 (diff)
adjust config.platform.php version to 7.2.5 so that we do not run into conflicts when installing another package, re #1569
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index accb9ca..f3fc0a4 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
"config": {
"vendor-dir": "composer",
"platform": {
- "php": "7.2"
+ "php": "7.2.5"
}
},
"require-dev": {