File tree 5 files changed +1497
-1407
lines changed
5 files changed +1497
-1407
lines changed Original file line number Diff line number Diff line change 1
1
/.php_cs.cache
2
2
/vendor /
3
3
.idea
4
+ /.phpunit.result.cache
5
+ /.phpunit.cache /
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 2.2.10] - 2023-02-25
6
+ ### Changed
7
+ - Add support for Laravel 10
8
+
5
9
## [ 2.2.9] - 2022-02-11
6
10
### Changed
7
11
- Add support for Laravel 9
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "illuminate/support" : " 5.*|6.*|7.*|8.*|9.*" ,
14
- "mnabialek/laravel-version" : " ^1.0.3 " ,
13
+ "illuminate/support" : " 5.*|6.*|7.*|8.*|9.*|10.* " ,
14
+ "mnabialek/laravel-version" : " ^1.0.6 " ,
15
15
"nesbot/carbon" : " ~1.0 || ^2.0" ,
16
- "illuminate/filesystem" : " 5.*|6.*|7.*|8.*|9.*" ,
17
- "illuminate/container" : " 5.*|6.*|7.*|8.*|9.*"
16
+ "illuminate/filesystem" : " 5.*|6.*|7.*|8.*|9.*|10.* " ,
17
+ "illuminate/container" : " 5.*|6.*|7.*|8.*|9.*|10.* "
18
18
},
19
19
"require-dev" : {
20
20
"friendsofphp/php-cs-fixer" : " ^3.0" ,
21
- "phpunit/phpunit" : " ^9 .0" ,
21
+ "phpunit/phpunit" : " ^10 .0" ,
22
22
"mockery/mockery" : " ^1.0" ,
23
23
"php-coveralls/php-coveralls" : " ^2.0" ,
24
- "laravel/framework" : " 9 .*"
24
+ "laravel/framework" : " 10 .*"
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : {
You can’t perform that action at this time.
0 commit comments