Skip to content

Commit

Permalink
Merge pull request #58 from askippers/3.x
Browse files Browse the repository at this point in the history
Laravel 11 Support
  • Loading branch information
coolsam726 authored Apr 11, 2024
2 parents 6d1d063 + 1a88e87 commit 32867c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.1|^8.2",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^9.1|^10.0",
"filament/filament": "^3.0.0-beta",
"nwidart/laravel-modules": "^10.0"
"illuminate/contracts": "^9.1|^10.0|^11.0",
"filament/filament": "^3.0.0",
"nwidart/laravel-modules": "^10.0|^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.9",
"nunomaduro/collision": "^8.1",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
Expand Down

0 comments on commit 32867c3

Please sign in to comment.