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.3.0 #4342

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2024

Bumps kreait/firebase-bundle from 2.7.0 to 5.3.0.

Release notes

Sourced from kreait/firebase-bundle's releases.

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.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.

[3.0.0] - 2021-11-30

Changed

  • Dropped support for Symfony <5.4
  • Added support for Symfony ^6.0

... (truncated)

Commits
  • f0d5e0a Release 5.3.0
  • 3c683bf Make ProjectFactory overridable (#60)
  • 5604be6 Merge pull request #58 from kreait/dependabot/github_actions/dependabot/fetch...
  • 6debd00 github-actions(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
  • 1da705b Merge pull request #57 from kreait/dependabot/github_actions/dependabot/fetch...
  • 3db244a github-actions(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.0.0
  • 68c7d25 Merge pull request #56 from kreait/dependabot/github_actions/ramsey/composer-...
  • e8185f5 github-actions(deps): bump ramsey/composer-install from 2 to 3
  • d00f115 Release 5.2.0
  • 8f6bc65 Fix namespace (#55)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 29, 2024
@dependabot dependabot bot force-pushed the dependabot/composer/kreait/firebase-bundle-5.3.0 branch from 7d402ca to 88ce561 Compare May 29, 2024 11:36
@dependabot dependabot bot force-pushed the dependabot/composer/kreait/firebase-bundle-5.3.0 branch from 88ce561 to ead8869 Compare June 7, 2024 13:26
@dependabot dependabot bot force-pushed the dependabot/composer/kreait/firebase-bundle-5.3.0 branch from ead8869 to 882fa99 Compare June 25, 2024 07:27
Bumps [kreait/firebase-bundle](https://github.com/kreait/firebase-bundle) from 2.7.0 to 5.3.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.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/kreait/firebase-bundle-5.3.0 branch from 882fa99 to cd4e642 Compare June 25, 2024 07:28
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 9, 2024

Superseded by #4499.

@dependabot dependabot bot closed this Jul 9, 2024
@dependabot dependabot bot deleted the dependabot/composer/kreait/firebase-bundle-5.3.0 branch July 9, 2024 05:02
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