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: var format for php 8.2 #446

Merged
merged 2 commits into from Oct 5, 2022

Conversation

lvsantos1
Copy link

Hey guys!

In PHP 8.2, which will be released on November 24th of this year, ${var] will be deprecated. You can still use {$var}. The pull request makes this pre-fix without breaking compatibility with recent versions of PHP.

@google-cla
Copy link

google-cla bot commented Aug 14, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@lvsantos1 lvsantos1 changed the title feat: Fix a future depreciation. feat: Fix a future depreciation Aug 14, 2022
@lvsantos1 lvsantos1 changed the title feat: Fix a future depreciation feat: Fix a future depreciation. Aug 14, 2022
@lvsantos1 lvsantos1 closed this Aug 15, 2022
@lvsantos1 lvsantos1 reopened this Aug 15, 2022
@bshaffer bshaffer changed the title feat: Fix a future depreciation. fix: var format for php 8.2 Oct 5, 2022
@bshaffer bshaffer merged commit 2e07d8a into firebase:main Oct 5, 2022
@bshaffer
Copy link
Collaborator

bshaffer commented Oct 5, 2022

Thanks for the fix!

@driesvints driesvints mentioned this pull request Nov 1, 2022
1 task
@driesvints
Copy link

@bshaffer can we maybe get a release for this fix? Right now it's blocking Laravel Passport from providing PHP 8.2 support: laravel/passport#1592

@bshaffer
Copy link
Collaborator

bshaffer commented Nov 1, 2022

@driesvints here you go: https://github.com/firebase/php-jwt/releases/tag/v6.3.1

@driesvints
Copy link

@bshaffer thanks! :)

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

4 participants