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 4f0d995
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
],
"require": {
"php": ">=8.0",

"h4kuna/critical-cache": "^v0.1.3",
"h4kuna/data-type": "^v3.0.7",
"h4kuna/serialize-polyfill": "^0.2.2",
Expand All @@ -22,13 +23,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 +39,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 4f0d995

Please sign in to comment.