Skip to content

Commit

Permalink
Upgrade symfony/process to higher version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Koprek committed Nov 28, 2024
1 parent 2b860ef commit 73eb155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"require-dev": {
"doctrine/migrations": "^2.0 || ^3.8.2",
"guzzlehttp/guzzle": "^7.9.2",
"guzzlehttp/promises": "2.0.4",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-loader": "^2.11",
"mikey179/vfsstream": "^1.6.12",
Expand All @@ -52,8 +51,9 @@
},
"conflict": {
"guzzlehttp/ringphp": "<1.1.1",
"guzzlehttp/promises": "<2.0.4",
"symfony/finder": "<5.3.7",
"symfony/process": "<5.3.7",
"symfony/process": "<5.4.46",
"zendframework/zenddiagnostics": "*"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 73eb155

Please sign in to comment.