2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Merge pull request #13740 from jasny/patch-composer-replace

Added rename directive for composer
This commit is contained in:
Chris Rebert
2014-06-05 09:02:36 -07:00
+3
View File
@@ -30,5 +30,8 @@
"branch-alias": {
"dev-master": "3.1.x-dev"
}
},
"replace": {
"twitter/bootstrap": "self.version"
}
}