summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-09-22 09:07:08 +0200
committerRemi Collet <fedora@famillecollet.com>2015-09-22 09:07:08 +0200
commitbe9b11b883a0c54778de6bd5806191aa80bb03a7 (patch)
treee40f9fea36b5d0d9929d40185e7a25468104d699 /makesrc.sh
parent7113f13a659c56a2dc66219131795123ef517e4a (diff)
php-phpmd-PHP-PMD: 2.3.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..."