Skip to content

Commit 8dc9732

Browse files
committed
Fixes yiisoft#198: Updated dependencies to make sure codeception tests pass right after install
1 parent 3479193 commit 8dc9732

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": ">=5.4.0",
1818
"yiisoft/yii2": "~2.0.14",
1919
"yiisoft/yii2-bootstrap": "~2.0.0",
20-
"yiisoft/yii2-swiftmailer": "~2.0.0"
20+
"yiisoft/yii2-swiftmailer": "~2.1.0"
2121
},
2222
"require-dev": {
2323
"yiisoft/yii2-debug": "~2.1.0",
@@ -26,7 +26,8 @@
2626

2727
"codeception/base": "~2.3.0",
2828
"codeception/verify": "~0.4.0",
29-
"codeception/specify": "~0.4.6"
29+
"codeception/specify": "~0.4.6",
30+
"symfony/browser-kit": ">=2.7 <=4.2.4"
3031
},
3132
"config": {
3233
"process-timeout": 1800,

0 commit comments

Comments
 (0)