Skip to content

Commit

Permalink
Merge pull request #60 from gms8994/patch-1
Browse files Browse the repository at this point in the history
Downgrade to symfony/process 3.2 allowing this package to work with Laravel 5.4 installs.
  • Loading branch information
bmitch authored Aug 24, 2017
2 parents b59c951 + 95ade8e commit 5cf8720
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 @@ -21,7 +21,7 @@
"php": ">=7.0.0",
"symfony/console": "~3.2",
"tightenco/collect": "^5.4",
"symfony/process": "^3.3",
"symfony/process": "^3.2",
"symfony/yaml": "^3.3"
},
"require-dev": {
Expand Down

0 comments on commit 5cf8720

Please sign in to comment.