Skip to content

Commit

Permalink
Update symfony packages to v7
Browse files Browse the repository at this point in the history
* Update symfony packages to v7

* Update symfony packages to v7.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Skrypnyk <[email protected]>
  • Loading branch information
renovate[bot] and AlexSkrypnyk authored Mar 8, 2024
1 parent b8ef6f6 commit a0e5cc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"php": ">=8.1",
"cpliakas/git-wrapper": "^3.1",
"monolog/monolog": "^3.5",
"symfony/console": "^6",
"symfony/filesystem": "^6",
"symfony/finder": "^6"
"symfony/console": "^6.3 || ^7",
"symfony/filesystem": "^6.3 || ^7",
"symfony/finder": "^6.3 || ^7"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
Expand Down

0 comments on commit a0e5cc4

Please sign in to comment.