31 lines
No EOL
697 B
JSON
31 lines
No EOL
697 B
JSON
{
|
|
"name": "rikudou\/qr-payment-interface",
|
|
"type": "library",
|
|
"description": "Common interface for my qr payment libraries",
|
|
"keywords": [
|
|
"qr",
|
|
"payment"
|
|
],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Dominik Chr\u00e1steck\u00fd",
|
|
"email": "dominik@chrastecky.cz"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WpifyWooDeps\\Rikudou\\QrPayment\\": "src\/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"fixer": "php-cs-fixer fix src --verbose"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp\/php-cs-fixer": "^2.16"
|
|
},
|
|
"require": {
|
|
"rikudou\/iban": "^1.0",
|
|
"php": ">=7.1"
|
|
}
|
|
} |