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
2
2
3
3
---
4
4
Original file line number Diff line number Diff line change 22
22
],
23
23
"require" : {
24
24
"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 "
28
28
},
29
29
"require-dev" : {
30
- "phpunit/phpunit" : " ^9.3 " ,
31
- "orchestra/testbench" : " ^6.4 "
30
+ "phpunit/phpunit" : " ^10.0 " ,
31
+ "orchestra/testbench" : " ^8.1 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments