summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-07 07:20:48 +0200
committerRemi Collet <fedora@famillecollet.com>2015-10-07 07:20:48 +0200
commit7bbcc135b40885010ff49874bb0e9ddf2af2090e (patch)
tree9fdd61ff59eacd39230eb141c4fb152f8fe13340 /makesrc.sh
parent3f8aec7a6fc4435c2d039c33e044657c2afc545a (diff)
php-mikey179-vfsstream: 1.6.0
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-xmakesrc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makesrc.sh b/makesrc.sh
index 05a6054..bde65fc 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -15,6 +15,7 @@ git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT
echo "Getting commit..."
pushd $PROJECT-$COMMIT
git checkout $COMMIT
+cp composer.json ../composer-$VERSION.json
popd
echo "Archiving..."