Skip to content

Commit 10b81be

Browse files
committed
Fixed incorrect version number specified for required Twitter Bootstrap
1 parent e822b1b commit 10b81be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
],
1717
"dependencies": {
1818
"jquery": ">= 1.9.0",
19-
"bootstrap": ">= 3.1.2"
19+
"bootstrap": ">= 3.1.0"
2020
}
2121
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
}
1515
, "license": "Apache-2.0"
1616
, "require": {
17-
"twitter/bootstrap" : ">=3.1.2"
17+
"twitter/bootstrap" : ">=3.1.0"
1818
}
1919
}

0 commit comments

Comments
 (0)