Skip to content

Commit eee22ca

Browse files
authored
Allow using symfony/process v5 (#57)
1 parent b2b4f27 commit eee22ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
}
1414
],
1515
"require": {
16-
"php": "~7.1",
16+
"php": "~7.1",
1717
"silex/silex": "~2.0",
1818
"guzzle/guzzle": ">=3.8",
19-
"symfony/process": "~3|~4",
19+
"symfony/process": "~3|~4|~5",
2020
"jeremeamia/superclosure": "~2",
2121
"lstrojny/hmmmath": ">=0.5.0"
2222
},

0 commit comments

Comments
 (0)