Skip to content

Commit

Permalink
Composer: fix lower deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 1, 2023
1 parent 1c37255 commit 51674d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"nette/http": "^3.2.3",
"nettrine/annotations": "^0.7.0",
"psr/log": "^2.0.0 || ^3.0.0",
"symfony/console": "^6.0.0 || ^7.0.0",
"symfony/validator": "^6.0.0 || ^7.0.0",
"symfony/yaml": "^6.0.0 || ^7.0.0",
"symfony/console": "^6.4.0 || ^7.0.0",
"symfony/validator": "^6.4.0 || ^7.0.0",
"symfony/yaml": "^6.4.0 || ^7.0.0",
"tracy/tracy": "^2.10.5"
},
"provide": {
Expand Down

0 comments on commit 51674d5

Please sign in to comment.