Skip to content

Commit b2da266

Browse files
authored
Correct symfony/process requirement.
Now that it's using fromShellCommandline.
1 parent 2af4fb4 commit b2da266

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
@@ -2,7 +2,7 @@
22
"name": "jamescowie/composer-patcher",
33
"description": "Apply patches using composer",
44
"license": "MIT",
5-
"version": "1.0.5",
5+
"version": "1.0.6",
66
"authors": [
77
{
88
"name": "jamescowie",
@@ -12,7 +12,7 @@
1212
"require": {
1313
"symfony/console": "~2.3, !=2.7.0||~3.0||~4.0",
1414
"symfony/finder": "~2.3||~3.0||~4.0||~5.0",
15-
"symfony/process": "^4.0||^5.0",
15+
"symfony/process": "~4.2||~5.0",
1616
"composer/composer": "~1.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)