oont-contents/plugins/wpify-woo/deps/rikudou/qr-payment-interface/composer.json
2025-02-08 15:10:23 +01:00

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"
}
}