Skip to content

Commit

Permalink
Merge pull request #81 from vellea/main
Browse files Browse the repository at this point in the history
support laravel-modules v11 for laravel 11
  • Loading branch information
coolsam726 authored Apr 15, 2024
2 parents bc78181 + 172e065 commit dea8138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.1|^8.2|^8.3",
"filament/filament": "^3.0",
"nwidart/laravel-modules": "^11.0",
"spatie/laravel-package-tools": "^1.15.0"
Expand Down Expand Up @@ -93,4 +93,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit dea8138

Please sign in to comment.