Skip to content

Commit

Permalink
Update symfony packages to ^7.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
LauJosefsen authored Mar 15, 2024
1 parent e2d4ec3 commit 155dced
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 @@ -37,9 +37,9 @@
"php-http/discovery": "^1.19",
"plesk/socket-client": "^2.1",
"psr/http-message": "^2.0",
"symfony/filesystem": "^6.3",
"symfony/process": "^6.3",
"symfony/serializer": "^6.3"
"symfony/filesystem": "^7.0|^6.3",
"symfony/process": "^7.0|^6.3",
"symfony/serializer": "^7.0|^6.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
Expand Down

0 comments on commit 155dced

Please sign in to comment.