Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold Daniels <arnold@jasny.net>2014-06-05 15:24:56 +0400
committerArnold Daniels <arnold@jasny.net>2014-06-05 15:24:56 +0400
commit53b8254fe01ebcd1b0b1f163e65cc231cb2a772a (patch)
treeb66b38388371ea03e1e1a68bf34f2ad6e1ab04ba /composer.json
parentf9495eab12558534f99458a9123d2bdd483c844c (diff)
Added directive for composer
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 82efb816c6..1b8146d60a 100644
--- a/composer.json
+++ b/composer.json
@@ -30,5 +30,8 @@
"branch-alias": {
"dev-master": "3.1.x-dev"
}
+ },
+ "replace": {
+ "twitter/bootstrap": "self.version"
}
}