Skip to content

Commit d1bac4c

Browse files
committed
v1.3.2 release
1 parent 085ccab commit d1bac4c

11 files changed

Lines changed: 3 additions & 31 deletions

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"ext-json": "*",
2626
"ext-mbstring": "*",
2727
"guzzlehttp/psr7": "^1.8 || ^2.0",
28-
"vitexsoftware/ease-core": "^1.45"
28+
"vitexsoftware/ease-core": "^1.47"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^8.0 || ^9.0",
3232
"friendsofphp/php-cs-fixer": "^3.71",
33-
"ergebnis/composer-normalize": "^2.43",
34-
"ergebnis/php-cs-fixer-config": "^6.34",
33+
"ergebnis/composer-normalize": "^2.45",
34+
"ergebnis/php-cs-fixer-config": "^6.45",
3535
"phpstan/phpstan-phpunit": "2.0.x-dev"
3636
},
3737
"autoload": {

lib/Configuration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ class Configuration
105105
* Debug file location (log to STDOUT by default).
106106
*/
107107
protected string $tempFolderPath;
108-
109108
private static Configuration $defaultConfiguration;
110109

111110
/**

lib/PremiumAPI/DownloadStatementApi.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,8 @@ class DownloadStatementApi
6464
'application/json',
6565
],
6666
];
67-
6867
protected ClientInterface $client;
69-
7068
protected Configuration $config;
71-
7269
protected HeaderSelector $headerSelector;
7370

7471
/**

lib/PremiumAPI/GetAccountBalanceApi.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,8 @@ class GetAccountBalanceApi
6464
'application/json',
6565
],
6666
];
67-
6867
protected ClientInterface $client;
69-
7068
protected Configuration $config;
71-
7269
protected HeaderSelector $headerSelector;
7370

7471
/**

lib/PremiumAPI/GetAccountsApi.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,8 @@ class GetAccountsApi
6464
'application/json',
6565
],
6666
];
67-
6867
protected ClientInterface $client;
69-
7068
protected Configuration $config;
71-
7269
protected HeaderSelector $headerSelector;
7370

7471
/**

lib/PremiumAPI/GetBatchDetailApi.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,8 @@ class GetBatchDetailApi
6464
'application/json',
6565
],
6666
];
67-
6867
protected ClientInterface $client;
69-
7068
protected Configuration $config;
71-
7269
protected HeaderSelector $headerSelector;
7370

7471
/**

lib/PremiumAPI/GetFxRatesApi.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,8 @@ class GetFxRatesApi
6464
'application/json',
6565
],
6666
];
67-
6867
protected ClientInterface $client;
69-
7068
protected Configuration $config;
71-
7269
protected HeaderSelector $headerSelector;
7370

7471
/**

lib/PremiumAPI/GetFxRatesListApi.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,8 @@ class GetFxRatesListApi
6464
'application/json',
6565
],
6666
];
67-
6867
protected ClientInterface $client;
69-
7068
protected Configuration $config;
71-
7269
protected HeaderSelector $headerSelector;
7370

7471
/**

lib/PremiumAPI/GetStatementListApi.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,8 @@ class GetStatementListApi
6464
'application/json',
6565
],
6666
];
67-
6867
protected ClientInterface $client;
69-
7068
protected Configuration $config;
71-
7269
protected HeaderSelector $headerSelector;
7370

7471
/**

lib/PremiumAPI/GetTransactionListApi.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,8 @@ class GetTransactionListApi
6464
'application/json',
6565
],
6666
];
67-
6867
protected ClientInterface $client;
69-
7068
protected Configuration $config;
71-
7269
protected HeaderSelector $headerSelector;
7370

7471
/**

0 commit comments

Comments
 (0)