Skip to content

Commit

Permalink
Merge pull request #191 from gawsoftpl/master
Browse files Browse the repository at this point in the history
Upgrade dependencies to symfony/* 7.0
  • Loading branch information
DonCallisto authored Mar 15, 2024
2 parents 3ca59c2 + 98135b7 commit a336f31
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 @@ -10,9 +10,9 @@
],
"require": {
"php": "^7.4|^8.0",
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/stopwatch": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4.35|^5.0|^6.0",
"symfony/console": "^5.4|^6.0|^7.0",
"symfony/stopwatch": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0",
"doctrine/collections": "^1.2|^2.0",
"symfony/deprecation-contracts": "^2.1|^3"
},
Expand Down

0 comments on commit a336f31

Please sign in to comment.