File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Laravel-specific and pure PHP Helper Functions.
17
17
18
18
| Laravel | Helper Functions |
19
19
| ---------| -----------------------------------------------------------------------------|
20
+ | 12.x | [ 12.x] ( https://github.com/dmitry-ivanov/laravel-helper-functions/tree/12.x ) |
20
21
| 11.x | [ 11.x] ( https://github.com/dmitry-ivanov/laravel-helper-functions/tree/11.x ) |
21
22
| 10.x | [ 10.x] ( https://github.com/dmitry-ivanov/laravel-helper-functions/tree/10.x ) |
22
23
| 9.x | [ 9.x] ( https://github.com/dmitry-ivanov/laravel-helper-functions/tree/9.x ) |
Original file line number Diff line number Diff line change 15
15
"php" : " ^8.2" ,
16
16
"ext-dom" : " *" ,
17
17
"ext-simplexml" : " *" ,
18
- "illuminate/support" : " ^11 .0" ,
19
- "nesbot/carbon" : " ^2.72.6|^ 3.8.4" ,
20
- "symfony/filesystem" : " ^7.0.3 " ,
21
- "symfony/finder" : " ^7.0.3 " ,
22
- "symfony/process" : " ^7.0.3 " ,
23
- "symfony/var-dumper" : " ^7.0.3 " ,
18
+ "illuminate/support" : " ^12 .0" ,
19
+ "nesbot/carbon" : " ^3.8.4" ,
20
+ "symfony/filesystem" : " ^7.2 " ,
21
+ "symfony/finder" : " ^7.2 " ,
22
+ "symfony/process" : " ^7.2 " ,
23
+ "symfony/var-dumper" : " ^7.2 " ,
24
24
"spatie/array-to-xml" : " ^3.0"
25
25
},
26
26
"require-dev" : {
27
- "phpunit/phpunit" : " ^11.3.6 " ,
27
+ "phpunit/phpunit" : " ^11.5.3 " ,
28
28
"mockery/mockery" : " ^1.6.10" ,
29
- "illuminated/testing-tools" : " ^11 .0"
29
+ "illuminated/testing-tools" : " ^12 .0"
30
30
},
31
31
"autoload" : {
32
32
"files" : [
You can’t perform that action at this time.
0 commit comments