summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-09-23 17:49:39 +0200
committerRemi Collet <fedora@famillecollet.com>2015-09-23 17:49:39 +0200
commit5bd225f90633e68148490d154e88f873c2cf81fa (patch)
tree2a8b5dda2d47d84ab0cefa6b405adbfd64afc2f1 /makesrc.sh
parent92a9246d75f56b95726c795ed3e40abb84611918 (diff)
php-zendframework-zend-modulemanager: 2.5.3
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 24fbf81..e9a1ec5 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -16,6 +16,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..."