Skip to content

Commit 63bbffd

Browse files
committed
Merge pull request #6 from pocky/symfony3
Allow rmiller/phpspec-extension to work with Symfony3
2 parents b820539 + c1d2923 commit 63bbffd

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
"php": ">=5.4",
1717
"behat/behat": "~3.0,>=3.0.4",
1818
"phpspec/phpspec": "~2.0",
19-
"symfony/process": "~2.1"
19+
"symfony/process": "~2.1|~3.0"
2020
},
2121
"require-dev": {
2222
"rmiller/error-extension": "~0.1",

0 commit comments

Comments
 (0)