Skip to content

Update bin/composer.phar to 1.10.20 to allow upgrading using php8#4

Open
jasonkfirth wants to merge 10000 commits intoduthied:masterfrom
friendica:2021.03-rc
Open

Update bin/composer.phar to 1.10.20 to allow upgrading using php8#4
jasonkfirth wants to merge 10000 commits intoduthied:masterfrom
friendica:2021.03-rc

Conversation

@jasonkfirth
Copy link
Copy Markdown

I had to update the composer installation in /bin to 1.10.20 to successfully upgrade using php8. I used the instructions at https://getcomposer.org/download/ to do so.

In the php directory, I ran:
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php --version=1.10.20
php -r "unlink('composer-setup.php');"

Afterwards I was able to run bin/composer.phar --no-dev install successfully.

I did find that About Site/Version Info still seems to think I haven't ever run /bin/composer.phar, because it says "Vendor path not found. Please execute "bin/composer.phar --no-dev install" on the command line in the web root."

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants