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 10 .x
1+ ### This is fork from Neurony/laravel-duplicate to make it works with new Laravel 12 .x
22
33---
44
Original file line number Diff line number Diff line change 2121 }
2222 ],
2323 "require" : {
24- "php" : " ^7.4|^8.0|^8.1||^8.2|^8.3" ,
25- "illuminate/contracts" : " ^8.0 || ^9.0 || ^10.0 || ^11.0" ,
26- "illuminate/support" : " ^8.0 || ^9.0 || ^10.0 || ^11.0" ,
27- "illuminate/database" : " ^8.0 || ^9.0 || ^10.0 || ^11.0"
24+ "php" : " ^7.4|^8.0|^8.1||^8.2|^8.3|^8.4 " ,
25+ "illuminate/contracts" : " ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 " ,
26+ "illuminate/support" : " ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 " ,
27+ "illuminate/database" : " ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 "
2828 },
2929 "require-dev" : {
30- "phpunit/phpunit" : " ^10.0" ,
30+ "phpunit/phpunit" : " ^10.0 || ^11.0 " ,
3131 "orchestra/testbench" : " ^8.1"
3232 },
3333 "autoload" : {
You can’t perform that action at this time.
0 commit comments