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.
15
15
16
16
| Laravel | Helper Functions |
17
17
| ------- | :-------------------------------------------------------------------------: |
18
+ | 7.x | [ 7.x] ( https://github.com/dmitry-ivanov/laravel-helper-functions/tree/7.x ) |
18
19
| 6.x | [ 6.x] ( https://github.com/dmitry-ivanov/laravel-helper-functions/tree/6.x ) |
19
20
| 5.8.* | [ 5.8.* ] ( https://github.com/dmitry-ivanov/laravel-helper-functions/tree/5.8 ) |
20
21
| 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 12
12
13
13
}],
14
14
"require" : {
15
- "php" : " ^7.2" ,
15
+ "php" : " ^7.2.5 " ,
16
16
"ext-dom" : " *" ,
17
17
"ext-json" : " *" ,
18
18
"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 " ,
25
25
"spatie/array-to-xml" : " ^2.7"
26
26
},
27
27
"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"
31
31
},
32
32
"autoload" : {
33
33
"files" : [
You can’t perform that action at this time.
0 commit comments