qr/composer.json
2023-07-22 14:40:04 +02:00

26 lines
503 B
JSON

{
"name": "wulkanowy/qr",
"description": "UONET+ QR Code converter",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Mikołaj Pich",
"email": "m.pich@outlook.com"
}
],
"require": {
"php": "^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8"
},
"autoload": {
"files": [
"php/src/converter.php"
]
},
"scripts": {
"test": "phpunit php/ "
}
}