File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- php : [8.0]
12
- laravel : [8.*]
13
- dependency-version : [prefer-lowest, prefer-stable]
11
+ php : [8.0, 8.1 ]
12
+ laravel : [8.*, 9.* ]
13
+ stability : [prefer-lowest, prefer-stable]
14
14
include :
15
+ - laravel : 9.*
16
+ testbench : 7.*
15
17
- laravel : 8.*
16
18
testbench : 6.*
17
19
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-spatial ` will be documented in this file
4
4
5
+ ## 1.2.0 - 2012-02-08
6
+ - Laravel 9 support added.
7
+
5
8
# 1.1.2 - 2022-03-08
6
9
- Bug fixed for casting location columns that is null.
7
10
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.0" ,
20
- "illuminate/support" : " ^8.0"
19
+ "php" : " ^8.0|^8.1 " ,
20
+ "illuminate/support" : " ^8.0|^9.0 "
21
21
},
22
22
"require-dev" : {
23
23
"doctrine/dbal" : " ^3.3" ,
24
- "orchestra/testbench" : " ^6.0" ,
24
+ "orchestra/testbench" : " ^6.0|^7.0 " ,
25
25
"phpunit/phpunit" : " ^9.0"
26
26
},
27
27
"autoload" : {
You can’t perform that action at this time.
0 commit comments