summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-06 12:02:09 +0100
committerRemi Collet <remi@php.net>2022-01-06 12:02:09 +0100
commita41f6d64a524fd237b211e678cbabad21a8fdb39 (patch)
tree9e95dd579586dd73f0c75d0b80e89e1d8b823275 /makesrc.sh
parentd9f5b88d0f0615dcfbd149af6b2944d61c470ecb (diff)
update to 6.1.0
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-xmakesrc.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/makesrc.sh b/makesrc.sh
index c0e118c..f912313 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -17,8 +17,6 @@ echo "Getting commit..."
git checkout $COMMIT || exit 1
cp composer.json vendor/composer/installed.json ../
- sed -e 's/"config": {/"config": {"platform": {"php": "7.4.0"},/' -i composer.json
-
composer install --no-dev --optimize-autoloader
mkdir data