File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Laravel-specific and pure PHP helper functions.
1515
1616| Laravel | Helper Functions |
1717| ------- | :-------------------------------------------------------------------------: |
18+ | 7.x | [ 7.x] ( https://github.com/dmitry-ivanov/laravel-helper-functions/tree/7.x ) |
1819| 6.x | [ 6.x] ( https://github.com/dmitry-ivanov/laravel-helper-functions/tree/6.x ) |
1920| 5.8.* | [ 5.8.* ] ( https://github.com/dmitry-ivanov/laravel-helper-functions/tree/5.8 ) |
2021| 5.7.* | [ 5.7.* ] ( https://github.com/dmitry-ivanov/laravel-helper-functions/tree/5.7 ) |
Original file line number Diff line number Diff line change 12121313 }],
1414 "require" : {
15- "php" : " ^7.2" ,
15+ "php" : " ^7.2.5 " ,
1616 "ext-dom" : " *" ,
1717 "ext-json" : " *" ,
1818 "ext-simplexml" : " *" ,
19- "illuminate/support" : " ^6 .0" ,
20- "nesbot/carbon" : " ^2.0 " ,
21- "symfony/filesystem" : " ^4.3 " ,
22- "symfony/finder" : " ^4.3 " ,
23- "symfony/process" : " ^4.3 " ,
24- "symfony/var-dumper" : " ^4.3 " ,
19+ "illuminate/support" : " ^7 .0" ,
20+ "nesbot/carbon" : " ^2.17 " ,
21+ "symfony/filesystem" : " ^5.0 " ,
22+ "symfony/finder" : " ^5.0 " ,
23+ "symfony/process" : " ^5.0 " ,
24+ "symfony/var-dumper" : " ^5.0 " ,
2525 "spatie/array-to-xml" : " ^2.7"
2626 },
2727 "require-dev" : {
28- "phpunit/phpunit" : " ^8.3 " ,
29- "mockery/mockery" : " ^1.2 " ,
30- "illuminated/testing-tools" : " ^6 .0"
28+ "phpunit/phpunit" : " ^8.4|^9.0 " ,
29+ "mockery/mockery" : " ^1.3.1 " ,
30+ "illuminated/testing-tools" : " ^7 .0"
3131 },
3232 "autoload" : {
3333 "files" : [
You can’t perform that action at this time.
0 commit comments