Skip to content

Commit

Permalink
Update minimum required version for symfony components
Browse files Browse the repository at this point in the history
- symfony/console from ^6.2 to ^6.0
- symfony/validator from ^6.2 to ^6.0
- symfony/stopwatch from ^6.2 to ^6.0
  • Loading branch information
bogdannbv committed Mar 13, 2023
1 parent 9644208 commit 3fd4a97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"require": {
"php": "^8.1",
"ext-tokenizer": "*",
"symfony/console": "^6.2",
"symfony/validator": "^6.2",
"symfony/console": "^6.0",
"symfony/validator": "^6.0",
"vlucas/phpdotenv": "^5.0",
"symfony/stopwatch": "^6.2"
"symfony/stopwatch": "^6.0"
},
"require-dev": {
"ext-intl": "*",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3fd4a97

Please sign in to comment.