Skip to content

Commit

Permalink
Merge pull request #20 from roadrunner-php/sf-7
Browse files Browse the repository at this point in the history
Allow symfony/process 7.0
  • Loading branch information
butschster committed Dec 5, 2023
2 parents c6aef2a + 4e8a839 commit 7a1f7d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"jetbrains/phpstorm-attributes": "^1.0",
"nyholm/psr7": "^1.3",
"phpunit/phpunit": "^10.0",
"symfony/process": "^6.2",
"symfony/var-dumper": "^6.3",
"symfony/process": "^6.2 || ^7.0",
"vimeo/psalm": "^5.9"
},
"autoload": {
Expand Down

0 comments on commit 7a1f7d0

Please sign in to comment.