Issue #3085506: Update emuse/behat-html-formatter to ^0.2.0
... | @@ -64,7 +64,7 @@ | ... | @@ -64,7 +64,7 @@ |
"behat/mink-zombie-driver": "~1.0", | "behat/mink-zombie-driver": "~1.0", | ||
"behat/mink-selenium2-driver": "~1.0", | "behat/mink-selenium2-driver": "~1.0", | ||
"behatch/contexts": "~3.0", | "behatch/contexts": "~3.0", | ||
"emuse/behat-html-formatter": "^0.1.0" | "emuse/behat-html-formatter": "^0.2.0" | ||
}, | }, | ||
"config": { | "config": { | ||
"bin-dir": "bin/", | "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": { | "scripts": { | ||
"install-libraries": "npm install && bower install" | "install-libraries": "npm install && bower install" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"bower": "1.7.x" | "bower": ">=1.8.8" | ||
}, | }, | ||
"license": "GPL-2.0", | "license": "GPL-2.0", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git@github.com:Vardot/varbase.git" | "url": "git@github.com:Vardot/varbase.git" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment