Skip to content

Commit c05865a

Browse files
author
Mariano Custiel
committed
Using symfony process to run codeception
1 parent ee08315 commit c05865a

File tree

3 files changed

+3095
-67
lines changed

3 files changed

+3095
-67
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
"type" : "project",
2727
"require" : {
2828
"php" : ">=5.5",
29-
"mcustiel/phiremock": "^1.0.0",
30-
"codeception/codeception" : "^2.1"
29+
"mcustiel/phiremock": "^1.1.0",
30+
"codeception/codeception" : "^2.0",
31+
"symfony/process": "^3.1"
3132
},
3233
"minimum-stability": "dev"
3334
}

0 commit comments

Comments
 (0)