Skip to content

Commit 6f87f4c

Browse files
authored
Add support for Laravel 11
1 parent 3628ce4 commit 6f87f4c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
laravel:
3333
- "9"
3434
- "10"
35+
- "11"
36+
exclude:
37+
- php: "8.1"
38+
laravel: "11"
3539

3640
steps:
3741
- name: Checkout code

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"require": {
1414
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1515
"kreait/firebase-php": "^7.0",
16-
"illuminate/contracts": "^9.0 || ^10.0",
17-
"illuminate/support": "^9.0 || ^10.0",
16+
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0",
17+
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
1818
"symfony/cache": "^6.1.2 || ^7.0.3"
1919
},
2020
"require-dev": {
21-
"orchestra/testbench": "^7.0 || ^8.0",
22-
"phpunit/phpunit": "^9.6",
21+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
22+
"phpunit/phpunit": "^9.6 || ^10.0",
2323
"laravel/pint": "^1.13"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)