Skip to content

Commit dd405ec

Browse files
authored
Upgrade to Symfony 6 (#17)
* Upgrade to Symfony 6 * Fix version constraints * Fix the fix
1 parent d7b1c7e commit dd405ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"require": {
2626
"php": "^7.3 || ^8.0",
2727
"nikic/php-parser": "^4.10",
28-
"symfony/console": "^5.1",
29-
"symfony/filesystem": "^5.0",
30-
"symfony/finder": "^5.0"
28+
"symfony/console": "^5.1 || ^6.0",
29+
"symfony/filesystem": "^5.0 || ^6.0",
30+
"symfony/finder": "^5.0 || ^6.0"
3131
},
3232
"require-dev": {
3333
"vimeo/psalm": "^4.1",
3434
"phpunit/phpunit": "^9.4",
35-
"friendsofphp/php-cs-fixer": "^2.16"
35+
"friendsofphp/php-cs-fixer": "^2.16 || ^3.12"
3636
}
3737
}

0 commit comments

Comments
 (0)