Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
davidulus committed Apr 20, 2021
1 parent 8351d90 commit d61fd6e
Show file tree
Hide file tree
Showing 11 changed files with 609 additions and 8 deletions.
30 changes: 30 additions & 0 deletions plugin/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "fio/transactions",
"type": "library",
"description": "Show transactions from Fio Bank",
"license": "proprietary",
"authors": [
{
"name": "David Odehnal",
"email": "info@davidodehnal.cz"
}
],
"config": {
"vendor-dir": "vendor",
"optimize-autoloader": true,
"classmap-authoritative": true,
"notify-on-install": false,
"no-dev": "true"
},
"require": {
"php": "^7.4",
"pimple/pimple": "~3.0",
"mhujer/fio-api-php": "^4.0"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"FioTransactions\\": "src/"
}
}
}
Loading

0 comments on commit d61fd6e

Please sign in to comment.