Skip to content

Commit

Permalink
add compatibility for symfony process library 2 or 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn McCool committed Jan 11, 2016
1 parent f58f955 commit c775f41
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 @@ -16,7 +16,7 @@
"require": {
"backup-manager/backup-manager": "^1.0",
"php": ">=5.5.0",
"symfony/process": "^2.0",
"symfony/process": "^2.0||^3.0",
"illuminate/support": "^4.0||^5.0",
"illuminate/container": "^4.0||^5.0",
"illuminate/console": "^4.0||^5.0"
Expand Down

0 comments on commit c775f41

Please sign in to comment.