Skip to content

Commit

Permalink
Raise symfony component constraints to latest LTS (5.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Dec 28, 2022
1 parent a30dd63 commit d5317aa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
"require": {
"php": "^8.2",
"ext-json": "*",
"symfony/console": "^5.0 || ^6.0",
"symfony/finder": "^5.0 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"symfony/process": "^5.0 || ^6.0",
"symfony/yaml": "^5.0 || ^6.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/process": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0",
"n98/junit-xml": "1.1.0"
},
"require-dev": {
Expand Down

0 comments on commit d5317aa

Please sign in to comment.