Skip to content

Commit

Permalink
Specify broader install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnorthrip committed Dec 1, 2023
1 parent b843bf7 commit 8106172
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
}
],
"require": {
"php": "^8.1",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^10.0"
"php": "^8.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"spatie/laravel-package-tools": "^1.10.0",
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down Expand Up @@ -77,4 +78,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 8106172

Please sign in to comment.