Skip to content

Commit a7e3d1d

Browse files
authored
Add support for PHP 8.4 (#236)
1 parent 1c44627 commit a7e3d1d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Diff for: .github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- "8.1"
3030
- "8.2"
3131
- "8.3"
32+
- "8.4"
3233
laravel:
3334
- "9"
3435
- "10"

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
* Added support for PHP 8.4
6+
57
## 5.9.1 - 2024-06-23
68

79
* Revert making the Service provider deferrable. The auto discovery problem is hopefully still fixed because of

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
14+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
1515
"kreait/firebase-php": "^7.13",
1616
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0",
1717
"illuminate/support": "^9.0 || ^10.0 || ^11.0",

0 commit comments

Comments
 (0)