sync with composer.json

This commit is contained in:
Uwe Steinmann 2025-10-09 08:46:33 +02:00
parent d1fc54d1b3
commit 8b4b12a7e8

View File

@ -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": { "config": {
"platform": { "platform": {
"php": "8.2" "php": "8.2"
@ -6,7 +17,7 @@
}, },
"require": { "require": {
"pear/http_request2": "2.5.0", "pear/http_request2": "2.5.0",
"robthree/twofactorauth": "^1.5", "robthree/twofactorauth": "^3.0",
"php-mime-mail-parser/php-mime-mail-parser": "*", "php-mime-mail-parser/php-mime-mail-parser": "*",
"slim/slim": "^4.0", "slim/slim": "^4.0",
"guzzlehttp/psr7": "*", "guzzlehttp/psr7": "*",