Fixed issues that composer diagnose was flagging
Showing
{ | ||
"name": "UW base profile", | ||
"name": "uw_base_profile/uw_base_profile", | ||
"description": "Testing", | ||
"type": "project", | ||
"license": "GPL-2.0+", | ||
"license": "GPL-2.0-or-later", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
... | ... | @@ -20,7 +20,7 @@ |
}, | ||
"minimum-stability": "dev", | ||
"require": { | ||
"behat/mink": "1.7.x-dev", | ||
"behat/mink": "~1.7", | ||
"behat/mink-goutte-driver": "~1.2", | ||
"composer/installers": "^1.2", | ||
"cweagans/composer-patches": "dev-master", | ||
... | ... |
Please register or sign in to comment