Skip to content

Commit 4e476b3

Browse files
authored
Fix behat coverage not generated (#43)
1 parent c395532 commit 4e476b3

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
@@ -37,7 +37,7 @@
3737
},
3838
"require-dev": {
3939
"ext-json": "*",
40-
"behat/behat": "^3.9.0",
40+
"behat/behat": "^3.9.0,<=3.16.1",
4141
"dvdoug/behat-code-coverage": "^5.0",
4242
"phpspec/prophecy": "^1.15",
4343
"phpspec/prophecy-phpunit": "^2.0",

0 commit comments

Comments
 (0)