File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,10 @@ jobs:
2626 strategy :
2727 matrix :
2828 php :
29- - " 8.1"
30- - " 8.2"
3129 - " 8.3"
3230 - " 8.4"
3331 laravel :
34- - " 9"
35- - " 10"
3632 - " 11"
37- exclude :
38- - php : " 8.1"
39- laravel : " 11"
4033
4134 steps :
4235 - name : Checkout code
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## Unreleased
4+
5+ * Dropped support for PHP 8.1 and 8.2
6+ * Dropped support for Laravel 9 and 10
7+
38## 5.10.0 - 2024-11-22
49
510* Added support for PHP 8.4
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " ~8.1.0 || ~8.2.0 || ~8. 3.0 || ~8.4.0" ,
14+ "php" : " ~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" ,
23- "phpunit/phpunit" : " ^9.6.17 || ^10.5.13 "
24+ "phpunit/phpunit" : " ^11.4.3 "
2425 },
2526 "autoload" : {
2627 "psr-4" : {
You can’t perform that action at this time.
0 commit comments