Skip to content

Commit

Permalink
Downloaded Statements XML import
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Dec 5, 2023
1 parent 055a7d8 commit b625bea
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 40 deletions.
7 changes: 7 additions & 0 deletions .env.example.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ POHODA_TIMEOUT=60
POHODA_COMPRESS=false
POHODA_DEBUG=true
POHODA_BANK_IDS=KB

DB_CONNECTION=sqlsrv
DB_HOST=127.0.0.1
DB_PORT=1433
DB_DATABASE=StwPh_12345678_2023
DB_USERNAME=sa
DB_PASSWORD=XXXXX
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"bin": ["src/pohoda-raiffeisenbank-transactions.php", "src/pohoda-raiffeisenbank-setup.php"],
"require": {
"vitexsoftware/pohoda-connector": "dev-main",
"vitexsoftware/rbczpremiumapi": "dev-main"
"vitexsoftware/rbczpremiumapi": "dev-main",
"spojenet/pohoda-sql": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit b625bea

Please sign in to comment.