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

github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-02-09 13:33:01 +0300
committerJoas Schilling <coding@schilljs.com>2022-02-09 13:33:01 +0300
commit179adf1b6062c9567bd45db20689e1ac125a094f (patch)
tree184dc320146f8342a5dce13b123882f35ccb1667
parentd1e0c910bc12f4e199930f76c4bf4695e93c57ac (diff)
Update master php enviroment
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock2
2 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 8de319e..3636ec3 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": {
diff --git a/composer.lock b/composer.lock
index 4fa73ed..9bd48f3 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4625,7 +4625,7 @@
"platform": [],
"platform-dev": [],
"platform-overrides": {
- "php": "7.3"
+ "php": "7.4"
},
"plugin-api-version": "1.1.0"
}