File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 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.
1717
1818| Laravel | Helper Functions |
1919| ---------| -----------------------------------------------------------------------------|
20+ | 12.x | [ 12.x] ( https://github.com/dmitry-ivanov/laravel-helper-functions/tree/12.x ) |
2021| 11.x | [ 11.x] ( https://github.com/dmitry-ivanov/laravel-helper-functions/tree/11.x ) |
2122| 10.x | [ 10.x] ( https://github.com/dmitry-ivanov/laravel-helper-functions/tree/10.x ) |
2223| 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 1515 "php" : " ^8.2" ,
1616 "ext-dom" : " *" ,
1717 "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 " ,
2424 "spatie/array-to-xml" : " ^3.0"
2525 },
2626 "require-dev" : {
27- "phpunit/phpunit" : " ^11.3.6 " ,
27+ "phpunit/phpunit" : " ^11.5.3 " ,
2828 "mockery/mockery" : " ^1.6.10" ,
29- "illuminated/testing-tools" : " ^11 .0"
29+ "illuminated/testing-tools" : " ^12 .0"
3030 },
3131 "autoload" : {
3232 "files" : [
You can’t perform that action at this time.
0 commit comments