diff --git a/bower.json b/bower.json index 51ae7062d..4dfacfa09 100644 --- a/bower.json +++ b/bower.json @@ -16,6 +16,6 @@ ], "dependencies": { "jquery": ">= 1.9.0", - "bootstrap": ">= 3.1.2" + "bootstrap": ">= 3.1.0" } } diff --git a/composer.json b/composer.json index 5b462e4bf..d8ae627b8 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,6 @@ } , "license": "Apache-2.0" , "require": { - "twitter/bootstrap" : ">=3.1.2" + "twitter/bootstrap" : ">=3.1.0" } }