Skip to content

Commit

Permalink
Upgrade to Symfony 6 (#17)
Browse files Browse the repository at this point in the history
* Upgrade to Symfony 6

* Fix version constraints

* Fix the fix
  • Loading branch information
szepeviktor authored Oct 26, 2022
1 parent d7b1c7e commit dd405ec
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 @@ -25,13 +25,13 @@
"require": {
"php": "^7.3 || ^8.0",
"nikic/php-parser": "^4.10",
"symfony/console": "^5.1",
"symfony/filesystem": "^5.0",
"symfony/finder": "^5.0"
"symfony/console": "^5.1 || ^6.0",
"symfony/filesystem": "^5.0 || ^6.0",
"symfony/finder": "^5.0 || ^6.0"
},
"require-dev": {
"vimeo/psalm": "^4.1",
"phpunit/phpunit": "^9.4",
"friendsofphp/php-cs-fixer": "^2.16"
"friendsofphp/php-cs-fixer": "^2.16 || ^3.12"
}
}

0 comments on commit dd405ec

Please sign in to comment.