Skip to content

Commit

Permalink
use Symfony 6.4, as 7.0 has no names on commands and breaks on downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 1, 2024
1 parent 26f37c6 commit 975235f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"require": {
"php": ">=8.2",
"nette/utils": "^3.2",
"symfony/console": "^7.0",
"symfony/console": "^6.4",
"sebastian/diff": "^5.1",
"cweagans/composer-patches": "^1.7",
"illuminate/container": "^10.39",
"symfony/finder": "^7.0",
"symfony/finder": "^6.4",
"webmozart/assert": "^1.11"
},
"require-dev": {
Expand Down

0 comments on commit 975235f

Please sign in to comment.