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

build(deps): bump kreait/firebase-bundle from 2.7.0 to 5.4.0 #4499

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2024

Bumps kreait/firebase-bundle from 2.7.0 to 5.4.0.

Release notes

Sourced from kreait/firebase-bundle's releases.

5.4.0

Added the ability to override the project id (#63)

5.3.0

Added Support for overriding the ProjectFactory (#60)

5.2.0

Added Support for AppCheck (#54)

5.1.1

Actually support Symfony 7 (#53)

5.1.0

Added support for PHP 8.3 and Symfony 7 (#52)

5.0.0

  • Upgraded kreait/firebase-php from 6.x to 7.x
  • Dropped support for PHP <8.1 (the PHP SDK requires PHP 8.1/8.2)

4.1.0

Added

  • Extra aliases have been added to make it easier to work with multiple projects. (#41)

4.0.0

This is a release with breaking changes. Please review the following changes and adapt your application where needed.

Changes

  • Added support for kreait/firebase-php ^6.0
  • Dropped support for kreait/firebase-php <6.0
  • If you're type-hinting dependencies in your application code, make sure you type-hint the Kreait\Firebase\Contract\* interfaces, not the Kreait\Firebase\* implementations

If you or your team rely on this project and me maintaining it, please consider becoming a Sponsor 🙏

3.1.0

Added support for caching the authentication tokens used for connecting to the Firebase servers.

Enable it in your config file:

# app/config/config.yml (Symfony without Flex)
# config/packages/firebase.yaml (Symfony with Flex)
kreait_firebase:
    projects:
        my_project:
            # ...
            auth_token_cache: app.cache

... (truncated)

Changelog

Sourced from kreait/firebase-bundle's changelog.

[5.4.0] - 2024-07-08

  • Added the ability to override the project id (#63)

[5.3.0] - 2024-05-28

  • Added Support for overriding the ProjectFactory (#60)

[5.2.0] - 2023-11-30

  • Added Support for AppCheck (#54)

[5.1.1] - 2023-11-30

  • Actually support Symfony 7 (#53)

[5.1.0] - 2023-11-30

  • Added support for PHP 8.3 and Symfony 7 (#52)

[5.0.0] - 2023-01-13

  • Upgraded kreait/firebase-php from 6.x to 7.x
  • Dropped support for PHP <8.1 (the PHP SDK requires PHP 8.1/8.2)

[4.1.0] - 2022-07-07

Added

  • Extra aliases have been added to make it easier to work with multiple projects. (#41)

[4.0.0] - 2022-01-09

This is a release with breaking changes. Please review the following changes and adapt your application where needed.

Changes

  • Added support for kreait/firebase-php ^6.0
  • Dropped support for kreait/firebase-php <6.0
  • If you're type-hinting dependencies in your application code, make sure you type-hint the Kreait\Firebase\Contract\* interfaces, not the Kreait\Firebase\* implementations

[3.1.0] - 2021-12-04

Added

  • Added support for caching the authentication tokens used for connecting to the Firebase servers.

... (truncated)

Commits
  • 1a88de2 Release 5.4.0
  • bc4e168 Add ability to override project id (#63)
  • 4f08be9 Merge pull request #61 from kreait/dependabot/github_actions/dependabot/fetch...
  • 346d7fd github-actions(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
  • 2ade0c9 Reorder jobs
  • 9f107b9 Update indentation
  • 34287cd Add workflow to remove old workflow runs
  • f0d5e0a Release 5.3.0
  • 3c683bf Make ProjectFactory overridable (#60)
  • 5604be6 Merge pull request #58 from kreait/dependabot/github_actions/dependabot/fetch...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 9, 2024
@dependabot dependabot bot force-pushed the dependabot/composer/kreait/firebase-bundle-5.4.0 branch from 49a0dea to c14659b Compare July 10, 2024 12:49
@dependabot dependabot bot force-pushed the dependabot/composer/kreait/firebase-bundle-5.4.0 branch from c14659b to d9018dd Compare July 19, 2024 10:08
Bumps [kreait/firebase-bundle](https://github.com/kreait/firebase-bundle) from 2.7.0 to 5.4.0.
- [Release notes](https://github.com/kreait/firebase-bundle/releases)
- [Changelog](https://github.com/kreait/firebase-bundle/blob/main/CHANGELOG.md)
- [Commits](kreait/firebase-bundle@2.7.0...5.4.0)

---
updated-dependencies:
- dependency-name: kreait/firebase-bundle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/kreait/firebase-bundle-5.4.0 branch from d9018dd to 9366e15 Compare July 19, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants