Skip to content

Commit

Permalink
Composer: require latest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 1, 2023
1 parent 4b7c383 commit 7c69a4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
],
"require": {
"php": ">=8.1",
"bunny/bunny": "^0.2.4 || ^0.3 || ^0.4 || ^0.5",
"symfony/console": "~3.3 || ^4.0 || ^5.0 || ^6.0",
"nette/di": "^2.4.17 || ^3.0.7",
"nette/utils": "^2.5.4 || ^3.2.0 || ^4.0.0"
"bunny/bunny": "^0.5",
"symfony/console": "^6.0",
"nette/di": "^3.0.7",
"nette/utils": "^4.0.0"
},
"require-dev": {
"mockery/mockery": "^1.6.6",
Expand Down

0 comments on commit 7c69a4a

Please sign in to comment.