-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: adds support to PHP 8.2. #31
Merged
Merged
+3,027
−1,997
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md
* Refactor routes to dedicated file * Update web.php * Apply fixes from StyleCI (#1465) * formatting Co-authored-by: Taylor Otwell <[email protected]>
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md # src/Passport.php
* Allow authenticated client to be retrieved from the guard * Make token guard macroable * Use previously resolved client when available * Add tests ensuring client and user are only pulled from the database once
# Conflicts: # CHANGELOG.md # tests/Feature/PassportTestCase.php
# Conflicts: # CHANGELOG.md
…#1519) * Allow token guard client to be set programmatically * Set the client on the TokenGuard when mocking the client * Apply fixes from StyleCI
# Conflicts: # CHANGELOG.md
* Fix scope inheritance when using Passport::actingAs() * Update Passport.php Co-authored-by: Taylor Otwell <[email protected]>
# Conflicts: # CHANGELOG.md # src/Guards/TokenGuard.php
orlandocavassani
force-pushed
the
chore/bump-packages
branch
8 times, most recently
from
April 4, 2023 14:30
be5af49
to
70d5f29
Compare
orlandocavassani
changed the title
chore: update to laravel/passport 11.x
chore: adds support to PHP 8.2.
Apr 4, 2023
orlandocavassani
force-pushed
the
chore/bump-packages
branch
2 times, most recently
from
April 4, 2023 15:09
16199ff
to
8be8546
Compare
williancs
force-pushed
the
chore/bump-packages
branch
from
July 24, 2023 19:31
8be8546
to
7adc8d2
Compare
JoaoFerrazfs
approved these changes
Aug 8, 2023
LuanBarreto
approved these changes
Aug 8, 2023
GetulioMR
approved these changes
Aug 10, 2023
To support this version of PHP, is required to update the following packages: - Laravel Passport to v11.x - Mongolid to v3.5 - Mongolid Laravel to v3.5
orlandocavassani
force-pushed
the
chore/bump-packages
branch
from
August 11, 2023 20:34
7adc8d2
to
591a104
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds support to PHP 8.2.
To support this version of PHP, is required to update the following packages: