Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Update sensio/framework-extra-bundle requirement from ^5.6 to ^6.0 #27

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on sensio/framework-extra-bundle to permit the latest version.

Changelog

Sourced from sensio/framework-extra-bundle's changelog.

CHANGELOG

6.0

  • Remove PSR-7 support

5.6

  • Bump min dependency versions

5.2

  • Deprecated routing annotations as this is included in symfony/framework-bundle. Disable the feature with

    sensio_framework_extra:
        router:
            annotations: false
    

    Also replace the annotations Sensio\Bundle\FrameworkExtraBundle\Configuration\Route and Sensio\Bundle\FrameworkExtraBundle\Configuration\Method with Symfony\Component\Routing\Annotation\Route

5.1

  • Added autoconfigure for ParamConverterInterface (#516).

  • Renamed service ids back to traditional service ids instead of class names (#530).

5.0

  • Changed the @Security annotation to use arguments from argument resolvers as expression variables.

  • The @IsGranted annotation now also supports using arguments from the argument resolvers as the subject.

4.0

  • added @IsGranted() annotation
  • allowed to disable some converters

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 2, 2021
@codecov-io
Copy link

codecov-io commented Feb 2, 2021

Codecov Report

Merging #27 (1a62095) into main (ca24546) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main      #27   +/-   ##
=========================================
  Coverage     35.04%   35.04%           
  Complexity      979      979           
=========================================
  Files            90       90           
  Lines          2588     2588           
=========================================
  Hits            907      907           
  Misses         1681     1681           
Impacted Files Coverage Δ Complexity Δ
src/Extension/Admin/UserAdmin.php 0.00% <ø> (ø) 9.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e10446f...d05856d. Read the comment docs.

@dependabot-preview
Copy link
Author

A newer version of sensio/framework-extra-bundle exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant