Issue #3085506: Update emuse/behat-html-formatter to ^0.2.0
... | ... | @@ -64,7 +64,7 @@ |
"behat/mink-zombie-driver": "~1.0", | ||
"behat/mink-selenium2-driver": "~1.0", | ||
"behatch/contexts": "~3.0", | ||
"emuse/behat-html-formatter": "^0.1.0" | ||
"emuse/behat-html-formatter": "^0.2.0" | ||
}, | ||
"config": { | ||
"bin-dir": "bin/", | ||
... | ... |
{ | ||
"name": "varbase", | ||
"private": true, | ||
"version": "8.7.0", | ||
"description": "Varbase: The Ultimate Drupal 8 CMS Starter Kit (Bootstrap Ready)", | ||
"keywords": [ | ||
"Drupal", | ||
"Varbase", | ||
"Drupal profile", | ||
"Bootstrap" | ||
], | ||
"author": "Vardot", | ||
"license": "GPL-2.0", | ||
"scripts": { | ||
"install-libraries": "npm install && bower install" | ||
}, | ||
"dependencies": { | ||
"bower": "1.7.x" | ||
"bower": ">=1.8.8" | ||
}, | ||
"license": "GPL-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:Vardot/varbase.git" | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
Please register or sign in to comment