Skip to content

Commit

Permalink
Composer: upgrade minimal versions of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Feb 9, 2025
1 parent 3adeeba commit 8f6c155
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
],
"require": {
"php": ">=8.2",
"guzzlehttp/psr7": "^2.4.4",
"nette/caching": "^3.2.2",
"nette/utils": "^3.2.9 || ^4.0.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.1",
"psr/simple-cache": "^3.0"
"guzzlehttp/psr7": "^2.7.0",
"nette/caching": "^3.3.1",
"nette/utils": "^4.0.5",
"psr/http-client": "^1.0.3",
"psr/http-factory": "^1.1.0",
"psr/simple-cache": "^3.0.0"
},
"require-dev": {
"contributte/qa": "^0.4.0",
"contributte/tester": "^0.3.0",
"contributte/phpstan": "^0.2.0",
"guzzlehttp/guzzle": "^7.9",
"mockery/mockery": "^1.4.3",
"nette/di": "^3.1.2"
"mockery/mockery": "^1.6.12",
"nette/di": "^3.2.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8f6c155

Please sign in to comment.