File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 31
31
- " 8.4"
32
32
laravel :
33
33
- " 11"
34
+ - " 12"
34
35
35
36
steps :
36
37
- name : Checkout code
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ * Added support for Laravel 12
5
6
* Dropped support for Laravel 9 and 10
6
7
* Dropped support for PHP 8.1 (Laravel 11 requires at least PHP 8.2)
7
8
Original file line number Diff line number Diff line change 13
13
"require" : {
14
14
"php" : " ~8.2.0 || ~8.3.0 || ~8.4.0" ,
15
15
"kreait/firebase-php" : " ^7.13" ,
16
- "illuminate/contracts" : " ^11.0" ,
17
- "illuminate/notifications" : " ^11.0" ,
18
- "illuminate/support" : " ^11.0" ,
16
+ "illuminate/contracts" : " ^11.0 || ^12.0 " ,
17
+ "illuminate/notifications" : " ^11.0 || ^12.0 " ,
18
+ "illuminate/support" : " ^11.0 || ^12.0 " ,
19
19
"symfony/cache" : " ^6.1.2 || ^7.0.3"
20
20
},
21
21
"require-dev" : {
22
- "orchestra/testbench" : " ^9.0" ,
22
+ "orchestra/testbench" : " ^9.0 || ^10.0 " ,
23
23
"laravel/pint" : " ^1.14" ,
24
24
"phpunit/phpunit" : " ^11.4.3"
25
25
},
You can’t perform that action at this time.
0 commit comments