File tree 4 files changed +13
-4
lines changed
4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
php : [8.1, 8.0, 7.4]
12
- laravel : [8.*]
12
+ laravel : [9.*, 8.*]
13
13
db : [mysql, postgres, sqlite]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
+ exclude :
16
+ - laravel : 9.*
17
+ php : 7.4
15
18
include :
19
+ - laravel : 9.*
20
+ testbench : 7.*
16
21
- laravel : 8.*
17
22
testbench : 6.*
18
23
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-eloquent-scope-as-select ` will be documented in this file
4
4
5
+ ## 1.3.0 - 2022-02-04
6
+
7
+ - Support for Laravel 9
8
+
5
9
## 1.2.0 - 2021-12-19
6
10
7
11
- 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
13
13
## Requirements
14
14
15
15
* PHP 7.4+
16
- * Laravel 8.0
16
+ * Laravel 8.0 or 9.0
17
17
18
18
This package is tested with GitHub Actions using MySQL 5.7, PostgreSQL 10.8 and SQLite.
19
19
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.4|^8.0|^8.1" ,
20
- "illuminate/support" : " ^8.67"
20
+ "illuminate/support" : " ^8.67|^9.0 "
21
21
},
22
22
"require-dev" : {
23
23
"mockery/mockery" : " ^1.3.3" ,
24
- "orchestra/testbench" : " ^6.23" ,
24
+ "orchestra/testbench" : " ^6.23|7.0 " ,
25
25
"phpunit/phpunit" : " ^9.4"
26
26
},
27
27
"autoload" : {
You can’t perform that action at this time.
0 commit comments