WIP: Preparations for Symfony 6 upgrade #14

Draft
skobkin wants to merge 4 commits from fix_symfony6_preparations into master
Owner

Preparations for Symfony 6 upgrade.

  • Rewriting App\Security\ApiTokenAuthenticator from deprecated Guard component to new Symfony Authenticators.
  • Upgrading doctrine/doctrine-migrations-bundle and it's dependencies
  • Upgrading updated packages: spiral/roadrunner, php-http/discovery, sentry/sentry
  • App\Api\V1\Controller\SecurityController upgraded due to changes in App\Security\ApiTokenAuthenticator

Closes #26, #27.

Preparations for Symfony 6 upgrade. * Rewriting `App\Security\ApiTokenAuthenticator` from [deprecated Guard component](https://symfony.com/blog/new-in-symfony-5-3-guard-component-deprecation) to new Symfony Authenticators. * Upgrading `doctrine/doctrine-migrations-bundle` and it's dependencies * Upgrading updated packages: `spiral/roadrunner`, `php-http/discovery`, `sentry/sentry` * `App\Api\V1\Controller\SecurityController` upgraded due to changes in `App\Security\ApiTokenAuthenticator` Closes #26, #27.
skobkin added the
enhancement
label 2022-07-20 23:11:44 +00:00
skobkin self-assigned this 2022-07-20 23:11:44 +00:00
skobkin added 4 commits 2022-07-20 23:11:44 +00:00
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
This pull request is marked as a work in progress.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b fix_symfony6_preparations master
git pull origin fix_symfony6_preparations

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff fix_symfony6_preparations
git push origin master
Sign in to join this conversation.
No reviewers
No Label
bug
enhancement
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: skobkin/magnetico-web#14
No description provided.