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

chore: adds support to PHP 8.2. #31

Merged
merged 87 commits into from
Aug 11, 2023
Merged

Conversation

orlandocavassani
Copy link
Collaborator

@orlandocavassani orlandocavassani commented Apr 3, 2023

Description

Adds support to PHP 8.2.

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

driesvints and others added 30 commits September 8, 2020 17:30
# 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 orlandocavassani force-pushed the chore/bump-packages branch 8 times, most recently from be5af49 to 70d5f29 Compare April 4, 2023 14:30
@orlandocavassani orlandocavassani changed the title chore: wip chore: update to laravel/passport 11.x Apr 4, 2023
@orlandocavassani orlandocavassani changed the title chore: update to laravel/passport 11.x chore: adds support to PHP 8.2. Apr 4, 2023
@orlandocavassani orlandocavassani force-pushed the chore/bump-packages branch 2 times, most recently from 16199ff to 8be8546 Compare April 4, 2023 15:09
@williancs williancs marked this pull request as ready for review August 8, 2023 14:22
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 orlandocavassani merged commit 5971001 into master Aug 11, 2023
6 checks passed
@orlandocavassani orlandocavassani deleted the chore/bump-packages branch August 11, 2023 20:57
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.