Skip to content

Commit

Permalink
Merge pull request #57 from cybex-gmbh/feature/bump-sanctum-version
Browse files Browse the repository at this point in the history
[2.x] Add support for laravel/sanctum ^3.0
  • Loading branch information
lupinitylabs committed Feb 23, 2023
2 parents 612c9dd + 1cba2de commit c2167de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -262,6 +262,13 @@ See [cybex-gmbh/collector](https://github.com/cybex-gmbh/collector) for an examp

## Migration guide from Protector v1.x to v2.x

Likelihood of impact: high

- If your app does not explicitly require the laravel/sanctum package, upgrading Protector to version 2.x may also
upgrade Sanctum to version 3.x. This will require you to follow its
[upgrade guide](https://github.com/laravel/sanctum/blob/3.x/UPGRADE.md). Alternatively you can explicitly require
laravel/sanctum ^2.4 in your app to lock its version.

Likelihood of impact: low

- Access to the formerly public methods getGitRevision(), getGitHeadDate() or getGitBranch() is now protected.
Expand Down

0 comments on commit c2167de

Please sign in to comment.