Skip to content

Commit

Permalink
Allow symfony/process 6.0 usage (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecool authored Aug 3, 2022
1 parent b430b00 commit b8a8f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"jbzoo/utils" : "^4.4|^5.0",
"jbzoo/event" : "^3.2|^4.0",

"symfony/process" : "^4.4|^5.4",
"symfony/process" : "^4.4|^5.4|^6.0",
"symfony/console" : "^4.4|^5.4|^6.0",
"symfony/lock" : "^4.4|^5.4|^6.0",
"bluepsyduck/symfony-process-manager" : ">=1.3.3"
Expand Down

0 comments on commit b8a8f7b

Please sign in to comment.