Skip to content

Commit dacab1e

Browse files
authored
Merge pull request #9 from dungnh/support_laravel_12
upgrade to support laravel 12
2 parents 46b1259 + e4b17b1 commit dacab1e

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 10.x
1+
### This is fork from Neurony/laravel-duplicate to make it works with new Laravel 12.x
22

33
---
44

composer.json

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

0 commit comments

Comments
 (0)