File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 6
6
- master
7
7
pull_request :
8
8
branches :
9
- - *
9
+ - " ** "
10
10
schedule :
11
11
- cron : ' 0 0 * * *'
12
12
Original file line number Diff line number Diff line change 4
4
[ ![ Latest Unstable Version] ( https://poser.pugx.org/kalnoy/nestedset/v/unstable.svg )] ( https://packagist.org/packages/kalnoy/nestedset )
5
5
[ ![ License] ( https://poser.pugx.org/kalnoy/nestedset/license.svg )] ( https://packagist.org/packages/kalnoy/nestedset )
6
6
7
- This is a Laravel 4-10 package for working with trees in relational databases.
7
+ This is a Laravel package for working with trees in relational databases.
8
8
9
+ * ** Laravel 12.0** is supported since v6.0.??
9
10
* ** Laravel 11.0** is supported since v6.0.4
10
11
* ** Laravel 10.0** is supported since v6.0.2
11
12
* ** Laravel 9.0** is supported since v6.0.1
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.2.5|^8.0" ,
20
- "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0|^11.0" ,
21
- "illuminate/database" : " ^7.0|^8.0|^9.0|^10.0|^11.0" ,
22
- "illuminate/events" : " ^7.0|^8.0|^9.0|^10.0|^11.0"
20
+ "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0 " ,
21
+ "illuminate/database" : " ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0 " ,
22
+ "illuminate/events" : " ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0 "
23
23
},
24
24
"autoload" : {
25
25
"psr-4" : {
You can’t perform that action at this time.
0 commit comments