Skip to content

Commit

Permalink
Merge pull request #17 from firstred/patch-1
Browse files Browse the repository at this point in the history
Make compatible with Symfony 6.0 Process component
  • Loading branch information
Nielsvanpach authored Dec 29, 2021
2 parents 84e684b + 621a1fb commit b88ee65
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 @@ -19,7 +19,7 @@
"php": "^8.0",
"nikic/php-parser": "^4.13",
"phpdocumentor/type-resolver": "^1.3",
"symfony/process": "^5.2"
"symfony/process": "^5.2|^6.0"
},
"require-dev": {
"larapack/dd": "^1.1",
Expand Down

0 comments on commit b88ee65

Please sign in to comment.