File tree Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,10 @@ jobs:
1111 fail-fast : false
1212 matrix :
1313 php : ['7.4', '8.0', '8.1']
14- laravel : ['6.0', '7.0', ' 8.0']
14+ laravel : ['8.0']
1515 include :
1616 - laravel : ' 8.0'
1717 testbench : ' 6.0'
18- - laravel : ' 7.0'
19- testbench : ' 5.2'
20- - laravel : ' 6.0'
21- testbench : ' 4.8'
22- exclude :
23- - laravel : ' 6.0'
24- php : ' 8.1'
25- - laravel : ' 7.0'
26- php : ' 8.1'
2718
2819 name : Laravel ${{ matrix.laravel }} (PHP ${{ matrix.php }})
2920
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ This is a release with breaking changes. Please review the following changes and
66
77### Changes
88
9+ * Dropped support for Laravel/Lumen <8.0
910* Removed deprecated Facades - use the ` Kreait\Laravel\Firebase\Facades\Firebase ` facade instead
1011 * ` Kreait\Laravel\Firebase\Facades\FirebaseAuth `
1112 * ` Kreait\Laravel\Firebase\Facades\FirebaseDatabase `
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " ^7.2|^8.0" ,
1514 "kreait/firebase-php" : " ^5.24" ,
16- "illuminate/contracts" : " ^6.0|^7.0|^8.0" ,
17- "illuminate/support" : " ^6.0|^7.0|^8.0" ,
15+ "php" : " ^7.4|^8.0" ,
16+ "illuminate/contracts" : " ^8.0" ,
17+ "illuminate/support" : " ^8.0" ,
1818 "symfony/cache" : " ^5.4|^6.0"
1919 },
2020 "require-dev" : {
21- "orchestra/testbench" : " ^4.0|^5.0|^6.0" ,
21+ "orchestra/testbench" : " ^6.0" ,
22+ "laravel/lumen-framework" : " ^8.3" ,
2223 "symplify/easy-coding-standard" : " ^10.0"
2324 },
2425 "autoload" : {
You can’t perform that action at this time.
0 commit comments