Skip to content

Commit e2d8d04

Browse files
committed
Adds Laravel 13 Support
1 parent 47f8cf7 commit e2d8d04

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.2",
26+
"php": "^8.2|^8.3",
2727
"filament/filament": "^4.0|^5.0",
28-
"illuminate/support": "^11.28|^12.0",
28+
"illuminate/support": "^11.28|^12.0|^13.0",
2929
"league/uri": "^7.0",
3030
"spatie/laravel-package-tools": "^1.9"
3131
},
3232
"require-dev": {
3333
"laravel/pint": "^1.0",
34+
"rector/jack": "^0.5.1",
3435
"spatie/laravel-ray": "^1.26"
3536
},
3637
"autoload": {

0 commit comments

Comments
 (0)