summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-09-21 09:50:30 +0200
committerRemi Collet <fedora@famillecollet.com>2015-09-21 09:50:30 +0200
commit655637e1d5dc3b8de860461190db5a708d1d3853 (patch)
tree9ed799a5e221d235491837c6c69c5926320d01e1 /makesrc.sh
parent5f629fdc5f8bbe0f5b86e9b0da2e804e27371f9a (diff)
php-pdepend-PHP-Depend: 2.2.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..."