Skip to content

Commit 0f7c7c3

Browse files
authored
Fix behat coverage not generated (#147)
1 parent 1dd13f6 commit 0f7c7c3

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
@@ -35,7 +35,7 @@
3535
"ext-json": "*"
3636
},
3737
"require-dev": {
38-
"behat/behat": "^3.9.0",
38+
"behat/behat": "^3.9.0,<=3.16.1",
3939
"coduo/php-matcher": "^6.0",
4040
"dvdoug/behat-code-coverage": "^5.0",
4141
"phpspec/prophecy": "^1.15",

0 commit comments

Comments
 (0)