From 8b4b12a7e8c278413d208515bdebbc7e184e79e3 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 9 Oct 2025 08:46:33 +0200 Subject: [PATCH] sync with composer.json --- composer-dist.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/composer-dist.json b/composer-dist.json index cb2214380..eb0c5fc52 100644 --- a/composer-dist.json +++ b/composer-dist.json @@ -1,4 +1,15 @@ { + "name": "seeddms/dms", + "description": "Open Source Document Management System", + "type": "project", + "license": "GPL 2", + "authors": [ + { + "name": "Uwe Steinmann", + "email": "steinm@debian.org" + } + ], + "minimum-stability": "stable", "config": { "platform": { "php": "8.2" @@ -6,7 +17,7 @@ }, "require": { "pear/http_request2": "2.5.0", - "robthree/twofactorauth": "^1.5", + "robthree/twofactorauth": "^3.0", "php-mime-mail-parser/php-mime-mail-parser": "*", "slim/slim": "^4.0", "guzzlehttp/psr7": "*",