seeddms-code/composer-dist.json

24 lines
685 B
JSON
Raw Normal View History

2021-09-28 09:13:40 +00:00
{
"require": {
2021-09-28 09:18:26 +00:00
"robthree/twofactorauth": "^1.5",
2021-09-28 09:13:40 +00:00
"sabre/dav": "^3.",
2021-09-28 09:18:26 +00:00
"sabre/xml": "^1.4.",
2021-09-28 09:13:40 +00:00
"slim/slim": "^3.0",
"erusev/parsedown": "*",
"erusev/parsedown-extra": "*",
2021-09-28 09:18:26 +00:00
"mibe/feedwriter": "^1.1",
"phpoffice/phpexcel": "^1.8",
"phpoffice/phpspreadsheet": "*",
2021-09-28 09:13:40 +00:00
"pear/log": "*",
"pear/mail": "*",
"pear/mail_mime": "*",
"pear/net_smtp": "*",
"pear/auth_sasl": "*",
"pear/db": "*",
"alecrabbit/php-console-colour": "*",
2021-09-28 09:18:26 +00:00
"dragonmantank/cron-expression": "^2.2",
2022-07-26 09:31:36 +00:00
"zf1/zend-search-lucene": "*",
"symfony/http-foundation": "^5.4"
2021-09-28 09:13:40 +00:00
}
}