Skip to content

Commit 835bd6f

Browse files
committed
Drop support for Laravel 9 and 10
1 parent 1030662 commit 835bd6f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@ jobs:
3131
- "8.3"
3232
- "8.4"
3333
laravel:
34-
- "9"
35-
- "10"
3634
- "11"
37-
exclude:
38-
- php: "8.1"
39-
laravel: "11"
4035

4136
steps:
4237
- name: Checkout code

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## Unreleased
4+
5+
* Dropped support for Laravel 9 and 10
6+
37
## 5.10.0 - 2024-11-22
48

59
* Added support for PHP 8.4

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313
"require": {
1414
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
1515
"kreait/firebase-php": "^7.13",
16-
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0",
17-
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
16+
"illuminate/contracts": "^11.0",
17+
"illuminate/notifications": "^11.0",
18+
"illuminate/support": "^11.0",
1819
"symfony/cache": "^6.1.2 || ^7.0.3"
1920
},
2021
"require-dev": {
21-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
22+
"orchestra/testbench": "^9.0",
2223
"laravel/pint": "^1.14",
2324
"phpunit/phpunit": "^9.6.17 || ^10.5.13"
2425
},

0 commit comments

Comments
 (0)