Skip to content

Commit 7631ac4

Browse files
authored
Merge pull request #5 from dungnh/upgrade_laravel_10
Upgrade to support Laravel 10
2 parents e8d3777 + e240e6b commit 7631ac4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
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": {

0 commit comments

Comments
 (0)