Skip to content

Commit c775f41

Browse files
author
Shawn McCool
committed
add compatibility for symfony process library 2 or 3
1 parent f58f955 commit c775f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"backup-manager/backup-manager": "^1.0",
1818
"php": ">=5.5.0",
19-
"symfony/process": "^2.0",
19+
"symfony/process": "^2.0||^3.0",
2020
"illuminate/support": "^4.0||^5.0",
2121
"illuminate/container": "^4.0||^5.0",
2222
"illuminate/console": "^4.0||^5.0"

0 commit comments

Comments
 (0)