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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-07-15 00:26:03 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-07-18 18:46:23 +0300
commitd27e2e0e6d3f85eee60165335c300f30ca878356 (patch)
tree793c86e047c3b288b60c2f121186dcf91547f42b /composer.json
parenteafb3827f220dd9003a88ddf2b682363669a2e2e (diff)
Strict types and move Exceptions to dedicated namespace
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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 69c8c9fdd..c282adb44 100644
--- a/composer.json
+++ b/composer.json
@@ -17,7 +17,7 @@
}
],
"require": {
- "php": "^7.3|^8.0"
+ "php": "^7.4|^8.0"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",