Skip to content

Commit 7cd191a

Browse files
jeromegamezL3o-pold
andcommitted
Add support for PHP 8.3
Co-Authored-By: Leopold Jacquot <leopold.jacquot@infomaniak.com>
1 parent 809fe6c commit 7cd191a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
php:
1515
- "8.1"
1616
- "8.2"
17+
- "8.3"
1718
laravel:
1819
- "9"
1920
- "10"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
* Added support for PHP 8.3
6+
57
## 5.4.0 - 2023-10-05
68

79
* Added support for configuration of credentials with a config array

composer.json

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

0 commit comments

Comments
 (0)