Browse Source

zf1 should be a required library, given it is required for the xmlrpc functionality

pull/941/head
David Goodwin 1 month ago
parent
commit
d166ffae83
Failed to extract signature
  1. 7
      composer.json

7
composer.json

@ -26,7 +26,8 @@
"smarty/smarty": "^3|^4",
"postfixadmin/password-hashing": "^0.0.2",
"endroid/qr-code": "^4.6 | ^5.0",
"spomky-labs/otphp": "^10.0"
"spomky-labs/otphp": "^10.0",
"shardj/zf1-future": "^1.12"
},
"require-dev": {
"ext-mysqli": "*",
@ -36,9 +37,7 @@
"php-parallel-lint/php-parallel-lint": "^1.0",
"php-coveralls/php-coveralls": "*",
"phpunit/phpunit": "8.*|9.*",
"psalm/phar":"^4.0",
"shardj/zf1-future" : "^1.12"
"psalm/phar":"^4.0"
},
"autoload": {
"classmap" : [ "model/" ],

Loading…
Cancel
Save