Skip to content

Commit

Permalink
Allow install in Laravel 6 & 7 (#15)
Browse files Browse the repository at this point in the history
Add support for Symfony/Process v4
  • Loading branch information
nlivingstone authored Apr 13, 2020
1 parent e93ecfd commit a99b71f
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 37 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"symfony/process": "^5.0"
"symfony/process": "^4.3.4|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down
119 changes: 83 additions & 36 deletions composer.lock

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

0 comments on commit a99b71f

Please sign in to comment.