Skip to content

Commit 397a609

Browse files
committed
Update repo references after move to the BESTE GitHub organization
1 parent 4b798ad commit 397a609

File tree

4 files changed

+39
-33
lines changed

4 files changed

+39
-33
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
3434

3535
## Enforcement
3636

37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at github@kreait.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at coc@beste.fyi. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
3838

3939
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4040

CHANGELOG.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,42 @@
55
## [5.7.0]
66

77
* Added support for PHP 8.5 and Symfony 8
8-
([#74](https://github.com/kreait/firebase-bundle/pull/74))
8+
([#74](https://github.com/beste/firebase-bundle/pull/74))
99

1010
## [5.6.0]
1111

1212
* Make services lazy to instantiate them only when they are actually used
13-
([#66](https://github.com/kreait/firebase-bundle/pull/66))
13+
([#66](https://github.com/beste/firebase-bundle/pull/66))
1414

1515
## [5.5.0] - 2024-10-16
1616

1717
* Added support for PHP 8.4
18-
([#64](https://github.com/kreait/firebase-bundle/pull/64))
18+
([#64](https://github.com/beste/firebase-bundle/pull/64))
1919

2020
## [5.4.0] - 2024-07-08
2121

2222
* Added the ability to override the project id
23-
([#63](https://github.com/kreait/firebase-bundle/pull/63))
23+
([#63](https://github.com/beste/firebase-bundle/pull/63))
2424

2525
## [5.3.0] - 2024-05-28
2626

2727
* Added Support for overriding the `ProjectFactory`
28-
([#60](https://github.com/kreait/firebase-bundle/pull/60))
28+
([#60](https://github.com/beste/firebase-bundle/pull/60))
2929

3030
## [5.2.0] - 2023-11-30
3131

3232
* Added Support for AppCheck
33-
([#54](https://github.com/kreait/firebase-bundle/pull/53))
33+
([#54](https://github.com/beste/firebase-bundle/pull/53))
3434

3535
## [5.1.1] - 2023-11-30
3636

3737
* Actually support Symfony 7
38-
([#53](https://github.com/kreait/firebase-bundle/pull/53))
38+
([#53](https://github.com/beste/firebase-bundle/pull/53))
3939

4040
## [5.1.0] - 2023-11-30
4141

4242
* Added support for PHP 8.3 and Symfony 7
43-
([#52](https://github.com/kreait/firebase-bundle/pull/52))
43+
([#52](https://github.com/beste/firebase-bundle/pull/52))
4444

4545
## [5.0.0] - 2023-01-13
4646

@@ -52,7 +52,7 @@
5252
### Added
5353

5454
* Extra aliases have been added to make it easier to work with multiple projects.
55-
([#41](https://github.com/kreait/firebase-bundle/pull/41))
55+
([#41](https://github.com/beste/firebase-bundle/pull/41))
5656

5757
## [4.0.0] - 2022-01-09
5858

@@ -94,7 +94,7 @@ This is a release with breaking changes. Please review the following changes and
9494
## [2.4.0] - 2021-04-14
9595
### Added
9696
* Added configuration option `tenant_id` to make a project tenant aware.
97-
([#31](https://github.com/kreait/firebase-bundle/pull/31))
97+
([#31](https://github.com/beste/firebase-bundle/pull/31))
9898

9999
### Changed
100100
* The bundle now requires at least version 5.17.1 of the Firebase PHP SDK
@@ -127,21 +127,21 @@ This is a release with breaking changes. Please review the following changes and
127127
* Removed Support for `kreait/firebase-php:<5.0`
128128
* Removed project aliases
129129

130-
[Unreleased]: https://github.com/kreait/firebase-bundle/compare/5.4.0...HEAD
131-
[5.4.0]: https://github.com/kreait/firebase-bundle/compare/5.3.0...5.4.0
132-
[5.3.0]: https://github.com/kreait/firebase-bundle/compare/5.2.0...5.3.0
133-
[5.2.0]: https://github.com/kreait/firebase-bundle/compare/5.1.1...5.2.0
134-
[5.1.1]: https://github.com/kreait/firebase-bundle/compare/5.1.0...5.1.1
135-
[5.1.0]: https://github.com/kreait/firebase-bundle/compare/5.0.0...5.1.0
136-
[5.0.0]: https://github.com/kreait/firebase-bundle/compare/4.1.0...5.0.0
137-
[4.1.0]: https://github.com/kreait/firebase-bundle/compare/4.0.0...4.1.0
138-
[4.0.0]: https://github.com/kreait/firebase-bundle/compare/3.1.0...4.0.0
139-
[3.1.0]: https://github.com/kreait/firebase-bundle/compare/3.0.0...3.1.0
140-
[3.0.0]: https://github.com/kreait/firebase-bundle/compare/2.6.0...3.0.0
141-
[2.6.0]: https://github.com/kreait/firebase-bundle/compare/2.5.0...2.6.0
142-
[2.5.0]: https://github.com/kreait/firebase-bundle/compare/2.4.0...2.5.0
143-
[2.4.0]: https://github.com/kreait/firebase-bundle/compare/2.3.0...2.4.0
144-
[2.3.0]: https://github.com/kreait/firebase-bundle/compare/2.2.0...2.3.0
145-
[2.2.0]: https://github.com/kreait/firebase-bundle/compare/2.1.0...2.2.0
146-
[2.1.0]: https://github.com/kreait/firebase-bundle/compare/2.0.0...2.1.0
147-
[2.0.0]: https://github.com/kreait/firebase-bundle/releases/tag/2.0.0
130+
[Unreleased]: https://github.com/beste/firebase-bundle/compare/5.4.0...HEAD
131+
[5.4.0]: https://github.com/beste/firebase-bundle/compare/5.3.0...5.4.0
132+
[5.3.0]: https://github.com/beste/firebase-bundle/compare/5.2.0...5.3.0
133+
[5.2.0]: https://github.com/beste/firebase-bundle/compare/5.1.1...5.2.0
134+
[5.1.1]: https://github.com/beste/firebase-bundle/compare/5.1.0...5.1.1
135+
[5.1.0]: https://github.com/beste/firebase-bundle/compare/5.0.0...5.1.0
136+
[5.0.0]: https://github.com/beste/firebase-bundle/compare/4.1.0...5.0.0
137+
[4.1.0]: https://github.com/beste/firebase-bundle/compare/4.0.0...4.1.0
138+
[4.0.0]: https://github.com/beste/firebase-bundle/compare/3.1.0...4.0.0
139+
[3.1.0]: https://github.com/beste/firebase-bundle/compare/3.0.0...3.1.0
140+
[3.0.0]: https://github.com/beste/firebase-bundle/compare/2.6.0...3.0.0
141+
[2.6.0]: https://github.com/beste/firebase-bundle/compare/2.5.0...2.6.0
142+
[2.5.0]: https://github.com/beste/firebase-bundle/compare/2.4.0...2.5.0
143+
[2.4.0]: https://github.com/beste/firebase-bundle/compare/2.3.0...2.4.0
144+
[2.3.0]: https://github.com/beste/firebase-bundle/compare/2.2.0...2.3.0
145+
[2.2.0]: https://github.com/beste/firebase-bundle/compare/2.1.0...2.2.0
146+
[2.1.0]: https://github.com/beste/firebase-bundle/compare/2.0.0...2.1.0
147+
[2.0.0]: https://github.com/beste/firebase-bundle/releases/tag/2.0.0

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
# Firebase SDK Bundle
22

3-
A Symfony Bundle for the [Firebase PHP SDK](https://github.com/kreait/firebase-php).
3+
A Symfony Bundle for the [Firebase PHP SDK](https://github.com/beste/firebase-php).
44

55
[![Current version](https://img.shields.io/packagist/v/kreait/firebase-bundle.svg?logo=composer)](https://packagist.org/packages/kreait/firebase-bundle)
66
[![Monthly Downloads](https://img.shields.io/packagist/dm/kreait/firebase-bundle.svg)](https://packagist.org/packages/kreait/firebase-bundle/stats)
77
[![Total Downloads](https://img.shields.io/packagist/dt/kreait/firebase-bundle.svg)](https://packagist.org/packages/kreait/firebase-bundle/stats)
8-
[![Tests](https://github.com/kreait/firebase-bundle/actions/workflows/tests.yml/badge.svg)](https://github.com/kreait/firebase-bundle/actions/workflows/tests.yml)
8+
[![Tests](https://github.com/beste/firebase-bundle/actions/workflows/tests.yml/badge.svg)](https://github.com/beste/firebase-bundle/actions/workflows/tests.yml)
99
[![Sponsor](https://img.shields.io/static/v1?logo=GitHub&label=Sponsor&message=%E2%9D%A4&color=ff69b4)](https://github.com/sponsors/jeromegamez)
1010

1111
> [!IMPORTANT]
12-
> **Support the project:** If it saves you or your team time, please consider
12+
> **Support the project:** This library is downloaded 1M+ times monthly and powers thousands of applications.
13+
> If it saves you or your team time, please consider
1314
> [sponsoring its development](https://github.com/sponsors/jeromegamez).
1415
16+
> [!NOTE]
17+
> The project moved from the `kreait` to the `beste` GitHub Organization in January 2026.
18+
> The namespace remains `Kreait\Firebase\Symfony\Bundle` and the package name remains `kreait/firebase-bundle`.
19+
> Please update your remote URL if you have forked or cloned the repository.
20+
1521
- [Overview](#overview)
1622
- [Installation](#installation)
1723
- [Supported Versions](#supported-versions)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kreait/firebase-bundle",
33
"description": "Symfony Bundle for the Firebase Admin SDK",
44
"keywords": ["firebase", "google", "sdk", "api", "database", "symfony", "bundle", "symfony-bundle"],
5-
"homepage": "https://github.com/kreait/firebase-bundle",
5+
"homepage": "https://github.com/beste/firebase-bundle",
66
"license": "MIT",
77
"type": "symfony-bundle",
88
"authors": [

0 commit comments

Comments
 (0)