web-base/Core/External/composer.json

15 lines
352 B
JSON
Raw Normal View History

2021-12-08 16:53:43 +01:00
{
"require": {
"php-mqtt/client": "^2.0",
"twig/twig": "^3.8",
"chillerlan/php-qrcode": "^5.0",
2022-02-20 16:53:26 +01:00
"christian-riesen/base32": "^1.6",
"spomky-labs/cbor-php": "^3.0",
"web-auth/cose-lib": "^4.0",
2022-08-20 22:17:17 +02:00
"html2text/html2text": "^4.3"
2021-12-08 16:53:43 +01:00
},
"require-dev": {
"phpunit/phpunit": "^9.6"
2021-12-08 16:53:43 +01:00
}
}