summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
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 d78aad2..5ba3dd5 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -12,6 +12,7 @@ git clone https://github.com/nikic/PHP-Parser.git $PROJECT-$SHORT
echo "Gettin commit..."
pushd $PROJECT-$SHORT
+cp composer.json ../composer-$VERSION.json
git checkout $COMMIT
popd