File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## v.8.0.0
3
+ - update dependencies, to work with Laravel version 12.x
4
+ ## v.7.0.0
5
+ - update dependencies, to work with Laravel version 11.x
6
+ - update README.md file
7
+ - migrate from TravisCI to CircleCI
2
8
## v.6.0.0
3
9
- update dependencies for Laravel 10.x.x compatibility (thanks krzysztofrewak!)
4
10
## v.5.1.0
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Framework | Package | Note
28
28
9.x.x | ^5.x.x |
29
29
10.x.x | ^6.x.x |
30
30
11.x.x | ^7.x.x |
31
+ 12.x.x | ^8.x.x |
31
32
32
33
## Rules
33
34
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"php" : " ^8.2" ,
15
- "illuminate/support" : " ^11 .0" ,
15
+ "illuminate/support" : " ^12 .0" ,
16
16
"ext-calendar" : " *"
17
17
},
18
18
"require-dev" : {
19
19
"phpunit/phpunit" : " ^11.0" ,
20
- "orchestra/testbench" : " ^9 .0"
20
+ "orchestra/testbench" : " ^10 .0"
21
21
},
22
22
"license" : " MIT" ,
23
23
"authors" : [
You can’t perform that action at this time.
0 commit comments