summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-05 18:40:12 +0200
committerRemi Collet <fedora@famillecollet.com>2015-10-05 18:40:12 +0200
commitad6c9ed41cebcf446c43eb58a92a12b98ce9dc5e (patch)
tree735d426e1390f0b558ad0c7e4d185a7c4914052a /makesrc.sh
parent61bb23d1d43f27f626cd3178700a7753c5261c1c (diff)
php-myclabs-deep-copy: 1.4.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..."