web-base/core/External/composer.json

15 lines
352 B
JSON
Raw Normal View History

2021-12-08 16:53:43 +01:00
{
"require": {
2022-02-20 16:53:26 +01:00
"php-mqtt/client": "^1.1",
"twig/twig": "^3.0",
"chillerlan/php-qrcode": "^4.3",
"christian-riesen/base32": "^1.6",
"spomky-labs/cbor-php": "2.1.0",
"web-auth/cose-lib": "3.3.12",
2022-06-14 16:55:53 +02:00
"firebase/php-jwt": "^6.2"
2021-12-08 16:53:43 +01:00
},
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}