Skip to content

Commit e2f83f8

Browse files
Merge pull request #41 from buildwithyab/laravel-12-support
Add Laravel 12 support
2 parents 8645583 + 8c5ba14 commit e2f83f8

File tree

2 files changed

+1177
-1421
lines changed

2 files changed

+1177
-1421
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.2|^8.3",
20-
"illuminate/support": "^9|^10|^11",
19+
"php": "^8.2|^8.3|^8.4",
20+
"illuminate/support": "^9|^10|^11|^12",
2121
"laravel/legacy-factories": "^1.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)