Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-14 13:37:54 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-14 14:18:29 +0300
commit61e20200eb38d87764c8723cec14ae724ef73e3f (patch)
treed7fc9d40f558156ecdbafbdc075b23e180ed886a
parent1d6f2d1898d8458755945a3d9fe24686735a8af6 (diff)
24 is 7.4 and above
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 7ffa444..1675883 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
- "php": "7.3"
+ "php": "7.4"
}
},
"scripts": {