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

SP-638 Regenerate composer.lock to support PHP 8.0 and bump version #47

Merged
merged 6 commits into from
Jul 24, 2023

Conversation

bobbrodie
Copy link
Contributor

Overview

Our composer.lock file was generated with PHP 8.1 and installed a dependency that required 8.1. Since we support 8.0, we needed to regenerate our lock file with PHP 8.0

Steps Taken

  • Removed the vendor/ dir
  • Removed composer.lock
  • Switched to PHP 8.0
  • Bumped version to 5.0.1
  • Ran composer install

@bobbrodie bobbrodie merged commit 9df997f into bitpay:master Jul 24, 2023
3 checks passed
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.

1 participant