File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ### This is fork from Neurony/laravel-duplicate to make it works with new Laravel 8 .x
1+ ### This is fork from Neurony/laravel-duplicate to make it works with new Laravel 10 .x
22
33---
44
Original file line number Diff line number Diff line change 2222 ],
2323 "require" : {
2424 "php" : " ^7.4|^8.0|^8.1" ,
25- "illuminate/contracts" : " ^8.0 || ^9.0" ,
26- "illuminate/support" : " ^8.0 || ^9.0" ,
27- "illuminate/database" : " ^8.0 || ^9.0"
25+ "illuminate/contracts" : " ^8.0 || ^9.0 || ^10.0 " ,
26+ "illuminate/support" : " ^8.0 || ^9.0 || ^10.0 " ,
27+ "illuminate/database" : " ^8.0 || ^9.0 || ^10.0 "
2828 },
2929 "require-dev" : {
30- "phpunit/phpunit" : " ^9.3 " ,
31- "orchestra/testbench" : " ^6.4 "
30+ "phpunit/phpunit" : " ^10.0 " ,
31+ "orchestra/testbench" : " ^8.1 "
3232 },
3333 "autoload" : {
3434 "psr-4" : {
You can’t perform that action at this time.
0 commit comments