File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 99 fail-fast : true
1010 matrix :
1111 php : [8.1, 8.0, 7.4]
12- laravel : [8.*]
12+ laravel : [9.*, 8.*]
1313 db : [mysql, postgres, sqlite]
1414 dependency-version : [prefer-lowest, prefer-stable]
15+ exclude :
16+ - laravel : 9.*
17+ php : 7.4
1518 include :
19+ - laravel : 9.*
20+ testbench : 7.*
1621 - laravel : 8.*
1722 testbench : 6.*
1823
Original file line number Diff line number Diff line change 22
33All notable changes to ` laravel-eloquent-scope-as-select ` will be documented in this file
44
5+ ## 1.3.0 - 2022-02-04
6+
7+ - Support for Laravel 9
8+
59## 1.2.0 - 2021-12-19
610
711- Support for PHP 8.1
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Stop duplicating your Eloquent query scopes and constraints in PHP. This package
1313## Requirements
1414
1515* PHP 7.4+
16- * Laravel 8.0
16+ * Laravel 8.0 or 9.0
1717
1818This package is tested with GitHub Actions using MySQL 5.7, PostgreSQL 10.8 and SQLite.
1919
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^7.4|^8.0|^8.1" ,
20- "illuminate/support" : " ^8.67"
20+ "illuminate/support" : " ^8.67|^9.0 "
2121 },
2222 "require-dev" : {
2323 "mockery/mockery" : " ^1.3.3" ,
24- "orchestra/testbench" : " ^6.23" ,
24+ "orchestra/testbench" : " ^6.23|7.0 " ,
2525 "phpunit/phpunit" : " ^9.4"
2626 },
2727 "autoload" : {
You can’t perform that action at this time.
0 commit comments