Skip to content

Commit 08b6a48

Browse files
committed
Fix to specific version of Buzz package
1 parent 742269d commit 08b6a48

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
composer.lock
2+
vendor/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": ">=5.4",
1515
"behat/behat": "~3.0",
16-
"kriswallsmith/buzz": "~0.14",
16+
"kriswallsmith/buzz": "0.15.2",
1717
"phpunit/phpunit": ">=5.7"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)