web-base/core/External/composer.json
2022-02-20 16:53:26 +01:00

14 lines
314 B
JSON

{
"require": {
"php-mqtt/client": "^1.1",
"twig/twig": "^3.0",
"chillerlan/php-qrcode": "^4.3",
"christian-riesen/base32": "^1.6",
"spomky-labs/cbor-php": "2.0.1",
"web-auth/cose-lib": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}