Skip to content

Commit 9104e0e

Browse files
committed
Merge pull request #11 from joegreen88/master
Update symfony console and process version dependencies
2 parents ab29a09 + e0204c0 commit 9104e0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
}
1212
],
1313
"require": {
14-
"symfony/console": "v2.3.6",
15-
"symfony/process": "v2.3.7",
14+
"symfony/console": "~2.3",
15+
"symfony/process": "~2.5",
1616
"hearstuk/zf1-component-config": "~1.1"
1717
},
1818
"autoload": {
1919
"psr-0": {
2020
"": "src/"
2121
}
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)