We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c44627 commit 6a0a3cdCopy full SHA for 6a0a3cd
.github/workflows/tests.yml
@@ -29,6 +29,7 @@ jobs:
29
- "8.1"
30
- "8.2"
31
- "8.3"
32
+ - "8.4"
33
laravel:
34
- "9"
35
- "10"
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+* Added support for PHP 8.4
6
+
7
## 5.9.1 - 2024-06-23
8
9
* Revert making the Service provider deferrable. The auto discovery problem is hopefully still fixed because of
composer.json
@@ -11,7 +11,7 @@
11
}
12
],
13
"require": {
14
- "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
15
"kreait/firebase-php": "^7.13",
16
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0",
17
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
0 commit comments