Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reload provision when using php 5.6 #1972

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Conversation

lloricode
Copy link
Contributor

it throws an error when using php 5.6

sample

    - map: local.test
      to: /home/vagrant/code/local
      php: "5.6"
    homestead: Composer 2.3.0 dropped support for PHP <7.2.5 and you are running 5.6.40-68+ubuntu22.04.1+deb.sury.org+1, please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

Copy link
Contributor

@svpernova09 svpernova09 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@svpernova09 svpernova09 merged commit 1a2c749 into laravel:main Apr 29, 2024
4 checks passed
@lloricode lloricode deleted the patch-1 branch April 29, 2024 22:36
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.

None yet

2 participants