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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-02-07 19:30:10 +0300
committerJoas Schilling <coding@schilljs.com>2022-02-07 19:30:10 +0300
commitc124b2a614a994a7c28065b9708e373cf503d9d8 (patch)
treef1c5f987e4a57fbd44b3660f63e75a6ca186d61b /composer.json
parent4d7e7dc33e6fa206e3ddcc27f11c106eda93f3e6 (diff)
Bump composer platform
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 2e262bc..be64a9f 100644
--- a/composer.json
+++ b/composer.json
@@ -20,7 +20,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
- "php": "7.3"
+ "php": "7.4"
}
},
"scripts": {