Skip to content

Commit

Permalink
Merge pull request #41 from savannabits/3.x-dev
Browse files Browse the repository at this point in the history
Composer requirements:
  • Loading branch information
coolsam726 committed Jul 24, 2023
2 parents 8397efe + 61b50a4 commit d982ee1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"require": {
"php": "^8.1",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^10.0"
"illuminate/contracts": "^9.1|^10.0",
"filament/filament": "^3.0.0-beta",
"nwidart/laravel-modules": "^10.0"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand All @@ -27,9 +29,7 @@
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"spatie/laravel-ray": "^1.26",
"filament/filament": "^3.0.0-beta",
"nwidart/laravel-modules": "^10.0"
"spatie/laravel-ray": "^1.26"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d982ee1

Please sign in to comment.