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 PHP 8 deprecation notice, remove unrequired aliases #97

Merged
merged 8 commits into from
Jan 29, 2023

Conversation

javiermarinros
Copy link
Contributor

PhpUnit test working again after #94 @jinglundong

@jinglundong
Copy link
Contributor

jinglundong commented Jan 28, 2023

There seems to be a conflict. To be clear, do changes in no-alias branch fix the unit tests?

<<<<<<< no-alias
        "guzzlehttp/streams": "^3.0",
=======
>>>>>>> master
        "guzzlehttp/guzzle": "^7.2"

@javiermarinros
Copy link
Contributor Author

I solved the conflict.

And yes, this changes solve the unit tests. The error vas provoked because the dependency "guzzlehttp/streams" was removed in previous commits (#84 suggested it) but it was required to run some tests.

@jinglundong jinglundong merged commit 0ab9bcb into GoogleCloudPlatform:master Jan 29, 2023
kappratiksha added a commit to kappratiksha/appengine-php-sdk that referenced this pull request Feb 7, 2023
jinglundong pushed a commit that referenced this pull request Feb 8, 2023
* Revert "Fix PHP 8 deprecation notice, remove unrequired aliases (#97)"

This reverts commit 0ab9bcb.

* Revert "Fix PHP 8 deprecation notice, remove unused dependencies, remove unrequired aliases (#94)"

This reverts commit e1b8b47.
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.

2 participants