26 lines
503 B
JSON
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/ "
|
|
}
|
|
}
|