We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3cd9a commit b37e6dfCopy full SHA for b37e6df
1 file changed
composer.json
@@ -2,7 +2,7 @@
2
"name": "nemiah/php-fints",
3
"description": "PHP Library for the protocols fints and hbci",
4
"homepage": "https://github.com/nemiah/phpFinTS",
5
- "version": "3.7.0",
+ "version": "4.0.0",
6
"license": "MIT",
7
"autoload": {
8
"psr-0": {
@@ -11,7 +11,7 @@
11
}
12
},
13
"require": {
14
- "php": ">=8.0",
+ "php": ">=8.3",
15
"psr/log": "^1|^2|^3",
16
"ext-curl": "*",
17
"ext-mbstring": "*"
0 commit comments