File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 16
16
],
17
17
"require" : {
18
18
"genealabs/laravel-casts" : " dev-feature/upgrade-to-blade-components @dev" ,
19
- "illuminate/support" : " ^8 .0" ,
20
- "illuminate/view" : " ^8 .0" ,
19
+ "illuminate/support" : " ^9 .0" ,
20
+ "illuminate/view" : " ^9 .0" ,
21
21
"php" : " ^7.3|^8.0" ,
22
22
"ramsey/uuid" : " ^4.0" ,
23
23
"titasgailius/search-relations" : " ^1.0"
26
26
"doctrine/dbal" : " ^2.9" ,
27
27
"fakerphp/faker" : " ^1.11" ,
28
28
"laravel/legacy-factories" : " ^1.0" ,
29
- "orchestra/testbench" : " ^6 .0" ,
29
+ "orchestra/testbench" : " ^7 .0" ,
30
30
"php-coveralls/php-coveralls" : " ^2.1" ,
31
- "phpunit/phpunit" : " ^9.0 " ,
31
+ "phpunit/phpunit" : " ^9.5 " ,
32
32
"symfony/thanks" : " ^1.2"
33
33
},
34
34
"autoload" : {
62
62
},
63
63
"config" : {
64
64
"sort-packages" : true ,
65
- "preferred-install" : " dist"
65
+ "preferred-install" : " dist" ,
66
+ "allow-plugins" : {
67
+ "symfony/thanks" : true ,
68
+ "cweagans/composer-patches" : true
69
+ }
66
70
},
67
71
"minimum-stability" : " dev" ,
68
72
"prefer-stable" : true
You can’t perform that action at this time.
0 commit comments