40 lines
No EOL
1,004 B
JSON
40 lines
No EOL
1,004 B
JSON
{
|
|
"name": "rikudou\/iban",
|
|
"type": "library",
|
|
"description": "Library for working with IBANs",
|
|
"homepage": "https:\/\/github.com\/RikudouSage\/IBAN",
|
|
"keywords": [
|
|
"iban"
|
|
],
|
|
"license": "WTFPL",
|
|
"authors": [
|
|
{
|
|
"name": "Dominik Chr\u00e1steck\u00fd",
|
|
"email": "dominik@chrastecky.cz"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.3 | ^8.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WpifyWooDeps\\Rikudou\\Iban\\": "src\/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"WpifyWooDeps\\Rikudou\\Iban\\Tests\\": "tests\/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp\/php-cs-fixer": "^3.0",
|
|
"phpstan\/phpstan": "^0.12.63",
|
|
"php-coveralls\/php-coveralls": "^2.1",
|
|
"phpunit\/phpunit": "^9"
|
|
},
|
|
"scripts": {
|
|
"fixer": "php-cs-fixer fix src --verbose",
|
|
"phpstan": "phpstan analyse --level=max src",
|
|
"phpunit": "phpunit"
|
|
}
|
|
} |