Skip to content

Commit

Permalink
Fix minimum stable
Browse files Browse the repository at this point in the history
  • Loading branch information
h4kuna committed Oct 11, 2023
1 parent 0f303b0 commit 997c3c0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@
"psr/http-message": "^1.0 || ^2.0"
},
"require-dev": {
"guzzlehttp/psr7": "^2.4",
"guzzlehttp/guzzle": "^7.5",
"h4kuna/dir": "^0.1.2",
"nette/caching": "^3.2",
"nette/tester": "^2.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.4",
"tracy/tracy": "^2.0"
"nette/tester": "^2.5",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-strict-rules": "^1.5",
"tracy/tracy": "^2.10"
},
"autoload": {
"psr-4": {
Expand All @@ -37,6 +38,7 @@
},
"suggest": {
"guzzlehttp/guzzle": "As default implementation for PSR standards.",
"guzzlehttp/psr7": "Minimum ^2.4 for guzzle.",
"ext-simplexml": "If you want to use h4kuna\\Exchange\\Driver\\Ecb."
},
"autoload-dev": {
Expand Down

0 comments on commit 997c3c0

Please sign in to comment.