3636 ],
3737 "require" : {
3838 "php" : " ^8.0" ,
39- "doctrine/dbal" : " ^2.6 || ^3.0" ,
40- "dragon-code/laravel-cache" : " ^3.3" ,
39+ "dragon-code/laravel-cache" : " ^3.3 || ^4.0" ,
4140 "dragon-code/simple-dto" : " ^2.3" ,
4241 "dragon-code/support" : " ^6.0" ,
4342 "fig/http-message-util" : " ^1.1" ,
44- "illuminate/console" : " >=6.0 <12 .0" ,
45- "illuminate/database" : " >=6.0 <12 .0" ,
46- "illuminate/support" : " >=6.0 <12 .0" ,
43+ "illuminate/console" : " >=6.0 <13 .0" ,
44+ "illuminate/database" : " >=6.0 <13 .0" ,
45+ "illuminate/support" : " >=6.0 <13 .0" ,
4746 "lmc/http-constants" : " ^1.2" ,
4847 "nesbot/carbon" : " ^1.20 || ^2.0 || ^3.0" ,
4948 "psr/http-message" : " ^1.0.1 || ^2.0"
5049 },
5150 "require-dev" : {
5251 "ext-json" : " *" ,
5352 "mockery/mockery" : " ^1.3.1" ,
54- "orchestra/testbench" : " >=4.0 <10 .0" ,
55- "phpunit/phpunit" : " ^9.6 || ^10.0"
53+ "orchestra/testbench" : " >=4.0 <11 .0" ,
54+ "phpunit/phpunit" : " ^9.6 || ^10.0 || ^11.0 || ^12.0 "
5655 },
5756 "conflict" : {
5857 "andrey-helldar/last-modified" : " *"
5958 },
59+ "suggest" : {
60+ "doctrine/dbal" : " It is necessary to install when working with Laravel from 6 to 10"
61+ },
6062 "minimum-stability" : " stable" ,
6163 "prefer-stable" : true ,
6264 "autoload" : {
8789 ]
8890 }
8991 }
90- }
92+ }
0 commit comments